diff --git a/Jenkinsfile b/Jenkinsfile index 85c48811f..f2f4707f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ bc1.conda_packages = ['python=3.6', 'ci-watson', 'cfitsio', 'pkg-config', - 'pytest=3.8.2', + 'pytest', 'requests', 'astropy'] bc1.build_cmds = ["${configure_cmd} --release-with-symbols", diff --git a/JenkinsfileRT b/JenkinsfileRT index 8498e0fb9..5bf6e6509 100644 --- a/JenkinsfileRT +++ b/JenkinsfileRT @@ -35,7 +35,7 @@ bc.conda_channels = ['http://ssb.stsci.edu/astroconda'] bc.conda_packages = ['python=3.6', 'cfitsio', 'pkg-config', - 'pytest=3.8.2', + 'pytest', 'requests', 'astropy', 'ci-watson'] diff --git a/pytest.ini b/pytest.ini index d2120289b..bb3cad918 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] junit_family = xunit2 +minversion = 4.0