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

Add support for Python 3.8 #258

Merged
merged 5 commits into from
Dec 14, 2019
Merged

Add support for Python 3.8 #258

merged 5 commits into from
Dec 14, 2019

Conversation

bdice
Copy link
Member

@bdice bdice commented Dec 13, 2019

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

  • Documentation update
  • Bug fix
  • New feature
  • Breaking change1

1The change breaks (or has the potential to break) existing functionality.

Checklist:

If necessary:

  • I have updated the API documentation as part of the package doc-strings.
  • I have created a separate pull request to update the framework documentation on signac-docs and linked it here.
  • I have updated the changelog and added all related issue and pull request numbers for future reference (if applicable). See example below.

Example for a changelog entry: Fix issue with launching rockets to the moon (#101, #212).

@bdice bdice added the enhancement New feature or request label Dec 13, 2019
@bdice bdice added this to the v1.3.0 milestone Dec 13, 2019
@bdice bdice requested a review from a team as a code owner December 13, 2019 17:55
@bdice bdice self-assigned this Dec 13, 2019
@bdice bdice requested review from pepak13 and removed request for a team December 13, 2019 17:55
@bdice bdice requested a review from a team as a code owner December 13, 2019 18:40
@bdice bdice requested review from vyasr and removed request for a team December 13, 2019 18:40
@bdice
Copy link
Member Author

bdice commented Dec 13, 2019

There is a problem with running codecov on Python 3.8. For now, I'm only running codecov on Python < 3.8.

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

@b-butler
Copy link
Member

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.

@bdice
Copy link
Member Author

bdice commented Dec 13, 2019

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
Copy link

codecov bot commented Dec 13, 2019

Codecov Report

Merging #258 into master will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
signac/contrib/project.py 90.42% <0%> (-0.45%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad86330...4fb5a1a. Read the comment docs.

@bdice bdice merged commit cea2eff into master Dec 14, 2019
@bdice bdice deleted the feature/python-3.8 branch December 14, 2019 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support and deploy for Python 3.8
3 participants