Skip to content

Commit cd187a6

Browse files
committed
Revert pytest pinning
1 parent 87ba452 commit cd187a6

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.0.2
4+
- pytest
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==4.0.2
12+
- pytest
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==4.0.2
13+
- pytest
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==4.0.2
14+
- pytest
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==4.0.2
11+
- pytest
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==4.0.2
12+
- pytest
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==4.0.2
12+
- pytest
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==4.0.2
14+
- pytest
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==4.0.2
15+
- pytest
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==4.0.2
13+
- pytest
1414
- pytest-env
1515
- pytest-cov
1616
- coveralls

0 commit comments

Comments
 (0)