diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-22 14:12:05 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-24 06:54:17 -0400 |
commit | 870bc0ac4c133876a5a5ab71df1024863bda60c0 (patch) | |
tree | 88d74435236b70848b3a6dac4f3ce495ec9ac5ad /requirements | |
parent | a6c969b19c6dacecac6ba7706326660084bbe131 (diff) | |
download | python-coveragepy-git-870bc0ac4c133876a5a5ab71df1024863bda60c0.tar.gz |
Consolidate testing requirements
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev.pip | 3 | ||||
-rw-r--r-- | requirements/pytest.pip | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index d7ed3131..c2cfcb1b 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -12,10 +12,7 @@ pip==18.0.0 # for linting. greenlet==0.4.14 -mock==2.0.0 -PyContracts==1.8.3 pylint==1.9.2 -unittest-mixins==1.4 check-manifest==0.37 readme_renderer==21.0 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index e8c59d29..139c6479 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -7,3 +7,9 @@ pytest==3.7.1 pluggy>=0.7 # pytest needs this, but pip doesn't understand pytest-xdist==1.22.5 flaky==3.4.0 +mock==2.0.0 +PyContracts==1.8.3 + +# Our testing mixins +unittest-mixins==1.6 +#-e/Users/ned/unittest_mixins |