Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies:
- xgboost>1.6.1 # github.com/ESMValGroup/ESMValTool/issues/2779
- xlsxwriter
# Python packages needed for testing
- flake8 <5
- flake8
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ dependencies:
- xgboost>1.6.1 # github.com/ESMValGroup/ESMValTool/issues/2779
- xlsxwriter
# Python packages needed for testing
- flake8
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
- pytest-flake8
- pytest-html !=2.1.0
- pytest-metadata >=1.5.1
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# Test dependencies
# Execute `pip install .[test]` once and the use `pytest` to run tests
'test': [
'flake8<5', # github.com/ESMValGroup/ESMValCore/issues/1696
'flake8',
'pytest>=3.9,!=6.0.0rc1,!=6.0.0',
'pytest-cov>=2.10.1',
'pytest-env',
Expand Down