Skip to content

Commit

Permalink
Revert pytest pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jan 7, 2019
1 parent 87ba452 commit cd187a6
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-py35-min.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test_env
dependencies:
- python=3.5
- pytest==4.0.2
- pytest
- flake8
- mock
- numpy=1.12
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5netcdf
- matplotlib=1.5
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-bottleneck-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-condaforge-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-dask-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-hypothesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-netcdf4-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5py
- h5netcdf
- matplotlib
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-pandas-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-pynio-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- matplotlib
- netcdf4
- pynio=dev
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-rasterio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- pytest-cov
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- numpy
- pandas
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-cov
- pytest-env
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py37-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-env
- numpy
- pandas
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- h5netcdf
- matplotlib
- netcdf4
- pytest==4.0.2
- pytest
- pytest-cov
- pytest-env
- coveralls
Expand Down

0 comments on commit cd187a6

Please sign in to comment.