-
Notifications
You must be signed in to change notification settings - Fork 2
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 tests to prevent pytest from hanging #98
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming you checked with 0.68 and below right? Nice job!
@jsemearns I keep thinking this is Slackers so I put you as reviewer at first. Feel free to review though! 😉 |
Oh no I didn't think of that. It does not work ... 😣 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to see the interrelations, another good reason to identify and remove the unnecessary dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I don't see any issues. As long as we release it as 0.5
or something and note the breaking change
Co-authored-by: Quinn Blenkinsop <[email protected]>
Fix #94
It looks like it was some old "standard" code that I can't remember why we needed it before but I suspect that the pytest async library is now doing what the conftest file was doing before.
Locally the problem is fixed for python 3.10