-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
0.7.0: pytesty is failing #122
Comments
Looks like there's some socket that's not getting closed properly, and it's causing spurious failures in the test suite. Not really anything to worry about, but we should still fix it. |
pytest-trio currently pins pytest to 6.1.2, and the pytest exception looks like it's a recent one, which is probably why the test suite is failing with pytest 6.2.4. |
I can confirm that I'm using pytest 6.2.4. |
Any updates for latest pytest? :P (just asking :) ) |
Hi, any updates on this? |
Just tested 0.8.0 and pytests is now failing on collecting units
|
I'll reopen this ticket as issue seems still is not resolved |
I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account:
May I ask for help because few units are failing:
The text was updated successfully, but these errors were encountered: