-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
test_setup_requires failing on Python 3.4 #201
Comments
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco): It appears to be a race condition that only appears if tests are run in a certain order. There is an upstream bug report, Python 1628987 marked as "won't fix". Based on that bug report, I believe the issue can be worked around by clearing the linecache in the setUp method for that class. |
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco): There appears an additional, unlinked upstream bug report, Python 17735. |
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco): Another open upstream report: Python 1218234 |
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco): Also reported in Python 993580, marked as a dup. |
The workaround is ad7c41a. |
Originally reported by: jaraco (Bitbucket: jaraco, GitHub: jaraco)
In d597181958a3, I disabled a test for Python 3.3 and earlier. Today, thanks to Travis' new Python 3.4 support, I added Python 3.4 to the Python versions tested, but now the test is failing on Python 3.4 also:
Curiously, this test doesn't fail on my Windows box against Python 3.4.0.
The text was updated successfully, but these errors were encountered: