-
Notifications
You must be signed in to change notification settings - Fork 84
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
Fix miniconda 3.7 CI error #1427
Conversation
@rly this does not appear to work |
Fix version of importmetadata fix the trouble for me I used |
Codecov Report
@@ Coverage Diff @@
## dev #1427 +/- ##
=======================================
Coverage 77.46% 77.46%
=======================================
Files 37 37
Lines 2733 2733
Branches 455 455
=======================================
Hits 2117 2117
Misses 535 535
Partials 81 81 Continue to review full report at Codecov.
|
This PR also fixes two other issues:
|
Motivation
The CI for miniconda 3.7 on CircleCI is broken due to an incompatibility between some combination of Python 3.7, tox, virtualenv, and importlib-metadata.
See also pypa/virtualenv#2174
Fixing this seems to then break the pandas installation. This has yet to be resolved.
This affects both PyNWB and HDMF.
Checklist
flake8
from the source directory.