-
Notifications
You must be signed in to change notification settings - Fork 137
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_gevent crashes on py3.10 #688
Comments
int19h
added a commit
to int19h/debugpy
that referenced
this issue
Aug 5, 2021
Split test/requirements.txt into two different lists, one for py2, and the other for py3; update package versions in py3 list as needed to support py3.10. Fix usage of deprecated threading functions getName(), setName(), isDaemon(), and currentThread(). Refactor test_invalid_breakpoints to be more declarative to handle Python version differences more easily and clearly, and fix it for py3.10. Disable Django tests on py3.10 (microsoft#689). Disable gevent tests on py3.10 (microsoft#688).
int19h
added a commit
to int19h/debugpy
that referenced
this issue
Aug 5, 2021
Split test/requirements.txt into two different lists, one for py2, and the other for py3; update package versions in py3 list as needed to support py3.10. Fix usage of deprecated threading functions getName(), setName(), isDaemon(), and currentThread(). Refactor test_invalid_breakpoints to be more declarative to handle Python version differences more easily and clearly, and fix it for py3.10. Disable Django tests on py3.10 (microsoft#689). Disable gevent tests on py3.10 (microsoft#688).
int19h
added a commit
to int19h/debugpy
that referenced
this issue
Aug 5, 2021
Split test/requirements.txt into two different lists, one for py2, and the other for py3; update package versions in py3 list as needed to support py3.10. Fix usage of deprecated threading functions getName(), setName(), isDaemon(), and currentThread(). Refactor test_invalid_breakpoints to be more declarative to handle Python version differences more easily and clearly, and fix it for py3.10. Disable Django tests on py3.10 (microsoft#689). Disable gevent tests on py3.10 (microsoft#688).
fabioz
pushed a commit
that referenced
this issue
Aug 6, 2021
Split test/requirements.txt into two different lists, one for py2, and the other for py3; update package versions in py3 list as needed to support py3.10. Fix usage of deprecated threading functions getName(), setName(), isDaemon(), and currentThread(). Refactor test_invalid_breakpoints to be more declarative to handle Python version differences more easily and clearly, and fix it for py3.10. Disable Django tests on py3.10 (#689). Disable gevent tests on py3.10 (#688).
@fabioz, is it something that might have been fixed by other py310-related fixes that you've made since then? |
I don't think so... for Python 3.10 we need to support a newer version of gevent (the one used in the tests can't really work with Python 3.10). So, we need to tackle #515 for this to be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Presumably due to bytecode changes.
The text was updated successfully, but these errors were encountered: