diff options
-rw-r--r-- | etc/hstdp-2018.3a/pip/002-testing | 4 | ||||
-rw-r--r-- | etc/hstdp-snapshot/pip/002-testing | 2 | ||||
-rw-r--r-- | etc/jwstdp-snapshot/pip/002-testing | 8 |
3 files changed, 4 insertions, 10 deletions
diff --git a/etc/hstdp-2018.3a/pip/002-testing b/etc/hstdp-2018.3a/pip/002-testing index c4b2c9d..b676abc 100644 --- a/etc/hstdp-2018.3a/pip/002-testing +++ b/etc/hstdp-2018.3a/pip/002-testing @@ -1,5 +1,3 @@ nose==1.3.7 -pytest==4.0.0 +pytest==4.2.0 pytest-xdist==1.24.1 -pytest-astropy==0.5.0 -pytest-virtualenv==1.3.0 diff --git a/etc/hstdp-snapshot/pip/002-testing b/etc/hstdp-snapshot/pip/002-testing index cbd39ce..91612e4 100644 --- a/etc/hstdp-snapshot/pip/002-testing +++ b/etc/hstdp-snapshot/pip/002-testing @@ -1,5 +1,3 @@ nose pytest pytest-xdist -pytest-astropy -pytest-virtualenv diff --git a/etc/jwstdp-snapshot/pip/002-testing b/etc/jwstdp-snapshot/pip/002-testing index 09a415e..ae5ef24 100644 --- a/etc/jwstdp-snapshot/pip/002-testing +++ b/etc/jwstdp-snapshot/pip/002-testing @@ -1,6 +1,4 @@ -nose==1.3.7 -pytest>=4.0.0 -pytest-xdist>=1.24.1 -pytest-astropy>=0.5.0 -pytest-virtualenv>=1.3.0 +nose +pytest +pytest-xdist requests_mock |