diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-03-04 22:14:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-03-04 22:14:18 -0500 |
commit | e1a9c4ccb155e7983e5615820c58273a3346c759 (patch) | |
tree | 28726deabe89b7d10a9ef7906d831c9b9986222c /etc/hstdp-2018.3a/pip/002-testing | |
parent | e20a7abaca4dc0e053dd1fb6928b71c8f3823707 (diff) | |
download | docker-pipeline-e1a9c4ccb155e7983e5615820c58273a3346c759.tar.gz |
Adjust testing packages
* pytest-virtualenv = broken
* pytest-astropy = broken
Diffstat (limited to 'etc/hstdp-2018.3a/pip/002-testing')
-rw-r--r-- | etc/hstdp-2018.3a/pip/002-testing | 4 |
1 files changed, 1 insertions, 3 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 |