Skip to content

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.

5 participants