Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unasync changes #196

Merged
merged 3 commits into from
May 4, 2023
Merged

unasync changes #196

merged 3 commits into from
May 4, 2023

Conversation

spyoungtech
Copy link
Owner

Update for including new version of unasync which will support unasync: remove comments -- so the custom logic can be removed from this project.

Should also allow us to use python -m build correctly (instead of needing to do python setup.py sdist bdist_wheel

Resolves #195

@coveralls
Copy link

coveralls commented May 4, 2023

Coverage Status

Coverage: 74.85%. Remained the same when pulling 512d9b0 on unasync into 4f84ebd on main.

@@ -10,7 +10,7 @@ repos:
files: ^(ahk/_async/.*\.py|\.unasync-rewrite\.py|tests/_async/.*\.py)
pass_filenames: false
additional_dependencies:
- unasync
- git+https://github.com/spyoungtech/unasync.git@unasync-remove
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once python-trio/unasync#75 is merged and the new unasync version is published to pypi, we can remove this change

@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "unasync", "tokenize-rt"]
requires = ["setuptools", "unasync @ https://github.com/spyoungtech/unasync/archive/refs/heads/unasync-remove.zip", "tokenize-rt"]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once python-trio/unasync#75 is merged and the new unasync version is published to pypi, we can remove this change

@spyoungtech spyoungtech marked this pull request as ready for review May 4, 2023 02:34
@spyoungtech spyoungtech merged commit 6cae8a5 into main May 4, 2023
@spyoungtech spyoungtech deleted the unasync branch May 4, 2023 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1 Bug: Errors and erroneous deprecation warning for sync API
2 participants