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

Test failure with Python 3.9 due to _dummy_thread removal #317

Closed
stratakis opened this issue Jan 7, 2020 · 3 comments
Closed

Test failure with Python 3.9 due to _dummy_thread removal #317

stratakis opened this issue Jan 7, 2020 · 3 comments

Comments

@stratakis
Copy link

When running the tests with Python 3.9 test_move_items fails with ModuleNotFound error. That module was removed with Python 3.9: https://bugs.python.org/issue37312

_dummy_thread should be replaced with _thread

@benjaminp
Copy link
Owner

Too bad Travis doesn't provide 3.9. I thought that would be what nightly is, but that seems to be the 3.8 branch.

@hroncok
Copy link
Contributor

hroncok commented Jan 7, 2020

https://travis-ci.community/t/python-3-9-support/6703/4
travis-ci/travis-nightly-builder@41c2123

It seems that nightly is always just an alias to a harcoded 3.X-dev, not a nighly build from master :(

@hroncok
Copy link
Contributor

hroncok commented Jan 8, 2020

Thank You!

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

No branches or pull requests

3 participants