Skip to content

Commit

Permalink
Add pytest-cov to dependencies (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Nov 14, 2020
1 parent 737e9bf commit 694138c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PyYAML==3.13 # pyup: ignore
wheel==0.31.1
# Tests
pytest
pytest-cov
coverage==4.5.1
flake8==3.5.0
mock==2.0.0
Expand Down
14 changes: 9 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
alabaster==0.7.12
atomicwrites==1.2.1
attrs==18.1.0
babel==2.6.0
backcall==0.1.0
Expand All @@ -17,6 +16,7 @@ flake8==3.5.0
future==0.16.0
idna==2.8
imagesize==1.1.0
iniconfig==1.1.1
ipykernel==5.1.1
ipython-genutils==0.2.0
ipython==7.5.0
Expand All @@ -32,7 +32,6 @@ matplotlib==3.0.2
mccabe==0.6.1
mistune==0.8.4
mock==2.0.0
more-itertools==5.0.0
nbconvert==5.5.0
nbformat==4.4.0
nbsphinx==0.4.2
Expand All @@ -45,17 +44,18 @@ parso==0.4.0
pbr==5.1.1
pexpect==4.7.0
pickleshare==0.7.5
pluggy==0.8.1
pluggy==0.13.1
pockets==0.7.2
prompt-toolkit==2.0.9
ptyprocess==0.6.0
py==1.7.0
py==1.9.0
pycodestyle==2.3.1
pyflakes==1.6.0
pygments==2.3.1
pyparsing==2.3.1
pyrsistent==0.15.2
pytest==3.7.1
pytest-cov==2.10.1
pytest==6.1.2
python-dateutil==2.7.5
pytz==2018.9
pyyaml==3.13
Expand All @@ -71,6 +71,7 @@ sphinx==1.7.6
sphinxcontrib-napoleon==0.7
sphinxcontrib-websupport==1.1.0
testpath==0.4.2
toml==0.10.2
tornado==6.0.2
tox==3.2.1
tqdm==4.24.0
Expand All @@ -80,3 +81,6 @@ virtualenv==16.3.0
wcwidth==0.1.7
webencodings==0.5.1
wheel==0.31.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 694138c

Please sign in to comment.