Skip to content

Commit 87ba452

Browse files
committed
Pin pytest to avoid pytest-cov failure
see pytest-dev/pytest-cov#253
1 parent 9b6d672 commit 87ba452

14 files changed

+14
-14
lines changed

ci/requirements-py35-min.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: test_env
22
dependencies:
33
- python=3.5
4-
- pytest
4+
- pytest==4.0.2
55
- flake8
66
- mock
77
- numpy=1.12

ci/requirements-py35.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- h5netcdf
1010
- matplotlib=1.5
1111
- netcdf4
12-
- pytest
12+
- pytest==4.0.2
1313
- pytest-env
1414
- pytest-cov
1515
- coveralls

ci/requirements-py36-bottleneck-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5netcdf
1111
- matplotlib
1212
- netcdf4
13-
- pytest
13+
- pytest==4.0.2
1414
- pytest-env
1515
- pytest-cov
1616
- coveralls

ci/requirements-py36-condaforge-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- h5netcdf
1212
- matplotlib
1313
- netcdf4
14-
- pytest
14+
- pytest==4.0.2
1515
- pytest-env
1616
- pytest-cov
1717
- coveralls

ci/requirements-py36-dask-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- h5netcdf
99
- matplotlib
1010
- netcdf4
11-
- pytest
11+
- pytest==4.0.2
1212
- pytest-env
1313
- pytest-cov
1414
- coveralls

ci/requirements-py36-hypothesis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- h5netcdf
1010
- matplotlib
1111
- netcdf4
12-
- pytest
12+
- pytest==4.0.2
1313
- pytest-env
1414
- pytest-cov
1515
- coveralls

ci/requirements-py36-netcdf4-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- h5py
1010
- h5netcdf
1111
- matplotlib
12-
- pytest
12+
- pytest==4.0.2
1313
- pytest-env
1414
- pytest-cov
1515
- coveralls

ci/requirements-py36-pandas-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- h5netcdf
1212
- matplotlib
1313
- netcdf4
14-
- pytest
14+
- pytest==4.0.2
1515
- pytest-env
1616
- pytest-cov
1717
- coveralls

ci/requirements-py36-pynio-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- matplotlib
1313
- netcdf4
1414
- pynio=dev
15-
- pytest
15+
- pytest==4.0.2
1616
- pytest-env
1717
- pytest-cov
1818
- coveralls

ci/requirements-py36-rasterio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5netcdf
1111
- matplotlib
1212
- netcdf4
13-
- pytest
13+
- pytest==4.0.2
1414
- pytest-env
1515
- pytest-cov
1616
- coveralls

ci/requirements-py36-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5netcdf
1111
- matplotlib
1212
- netcdf4
13-
- pytest
13+
- pytest==4.0.2
1414
- pytest-env
1515
- numpy
1616
- pandas

ci/requirements-py36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5netcdf
1111
- matplotlib
1212
- netcdf4
13-
- pytest
13+
- pytest==4.0.2
1414
- pytest-cov
1515
- pytest-env
1616
- coveralls

ci/requirements-py37-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5netcdf
1111
- matplotlib
1212
- netcdf4
13-
- pytest
13+
- pytest==4.0.2
1414
- pytest-env
1515
- numpy
1616
- pandas

ci/requirements-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5netcdf
1111
- matplotlib
1212
- netcdf4
13-
- pytest
13+
- pytest==4.0.2
1414
- pytest-cov
1515
- pytest-env
1616
- coveralls

0 commit comments

Comments
 (0)