-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add support for Python 3.8 #258
Conversation
There is a problem with running Failed test log: https://circleci.com/gh/glotzerlab/signac/4308 Traceback (most recent call last):
File "/usr/local/lib/python3.8/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/lib/python3.8/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/local/lib/python3.8/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/home/circleci/repo/venv/lib/python3.8/site-packages/coverage/__init__.py", line 13, in <module>
from coverage.control import Coverage, process_startup
File "/home/circleci/repo/venv/lib/python3.8/site-packages/coverage/control.py", line 29, in <module>
from coverage.python import PythonFileReporter
File "/home/circleci/repo/venv/lib/python3.8/site-packages/coverage/python.py", line 11, in <module>
from coverage.parser import PythonParser
File "/home/circleci/repo/venv/lib/python3.8/site-packages/coverage/parser.py", line 320, in <module>
OP_BREAK_LOOP = _opcode('BREAK_LOOP')
File "/home/circleci/repo/venv/lib/python3.8/site-packages/coverage/parser.py", line 278, in _opcode
return dis.opmap[name]
KeyError: 'BREAK_LOOP' Potentially related issue: nedbat/coveragepy#772 |
If we plan on merging this before codecov has a fix, then I suggest we document that we need to come back to adding code coverage for python 3.8 in an issue. |
Agreed - I was documenting it for that reason. #259 has been created. |
Codecov Report
@@ Coverage Diff @@
## master #258 +/- ##
==========================================
- Coverage 65.08% 65.03% -0.06%
==========================================
Files 39 39
Lines 5588 5588
==========================================
- Hits 3637 3634 -3
- Misses 1951 1954 +3
Continue to review full report at Codecov.
|
Description
This PR tests signac on Python 3.8. I am not aware of any other configuration needed to officially support Python 3.8.
Motivation and Context
Resolves #254.
Types of Changes
1The change breaks (or has the potential to break) existing functionality.
Checklist:
If necessary:
Example for a changelog entry:
Fix issue with launching rockets to the moon (#101, #212).