-
Notifications
You must be signed in to change notification settings - Fork 506
chore: Fix increased flakinnes of curl_cffi based tests #1493
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
Conversation
Running on Windows with Python3.10 I got a lot of event loop warnings and maybe this one is specifically for curl based tests
Given that, maybe it would be best to use |
be946e5
to
7c29fbd
Compare
Randomizing test order is enough to make UTs stable. This means that some tests are not properly isolated. This could cause some race conditions for shared resources. Maybe the session-scoped test server together with xdist is the problem, too hard to debug and most likely not a product issue, but test setup issue. |
Description
cffi
to version <2.0.0 to avoid increased test flakiness on Windows and Python 3.10Issues
Testing