mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
unpin coverage
need run.parallel = True in coveragerc to fix database errors with coverage 5 exclude the resulting .coverage.host.pid files in gitignore
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[run]
|
||||
parallel = True
|
||||
branch = False
|
||||
omit =
|
||||
jupyterhub/tests/*
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,6 +21,7 @@ share/jupyterhub/static/css/style.min.css.map
|
||||
*.egg-info
|
||||
MANIFEST
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov
|
||||
.idea/
|
||||
.pytest_cache
|
||||
|
@@ -2,7 +2,7 @@
|
||||
mock
|
||||
beautifulsoup4
|
||||
codecov
|
||||
coverage<5 # pin coverage to < 5 due to coveragepy#716
|
||||
coverage
|
||||
cryptography
|
||||
html5lib # needed for beautifulsoup
|
||||
pytest-cov
|
||||
|
Reference in New Issue
Block a user