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

Fix pytest warnings, move event_loop to conftest.py #231

Merged
merged 5 commits into from Mar 25, 2022

Conversation

andrew-fleming
Copy link
Collaborator

This PR proposes to add auto mode to pytest-asyncio in tox.ini. This eliminates the myriad deprecation warnings from pytest when running tests (while also keeping the code up to date). Note that users can override pytest-asyncio with other async frameworks if they prefer.

This PR also proposes to add the event_loop to the conftest.py module. In doing so, all other event_loop instances can be discarded.

@martriay martriay merged commit 118f41f into OpenZeppelin:main Mar 25, 2022
@andrew-fleming andrew-fleming deleted the fix-pytest-warning branch March 25, 2022 23:14
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.

None yet

2 participants