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

Release 2.2.0 #745

Merged
merged 9 commits into from
Jan 9, 2025
Merged

Release 2.2.0 #745

merged 9 commits into from
Jan 9, 2025

Conversation

amoffat
Copy link
Owner

@amoffat amoffat commented Jan 9, 2025

No description provided.

amoffat and others added 9 commits October 9, 2024 00:19
…efore-other-statements

chore: windows error before other imports for nicer error message
Python 3.14 removes the implicit creation of an event loop when running
asyncio.get_event_loop().  Rather than manually managing the loop
creation, switch the async tests to use the higher level asyncio.run()
interface, as recommended by the standard library docs.

https://docs.python.org/dev/whatsnew/3.14.html#id4

Resolves #741
If _return_cmd is True, have __await__ return the RunningCommand
object rather than a string representation. Fixes #743

Add test for this behavior and adjust existing tests because the baked
test python instance is created with _return_cmd True.
await command with _return_cmd True returns RunningCommand
@amoffat amoffat merged commit be9f8ea into master Jan 9, 2025
23 checks passed
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.

4 participants