Skip to content

Commit

Permalink
install coverage via PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 23, 2024
1 parent 46311d4 commit fe90910
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies:
- black ==24.1.1
- blackdoc ==0.3.9
- bump-my-version >=0.17.1
- coverage>=6.2.2,<7.0.0
- coveralls>=3.3.1
# - coverage>=6.2.2,<7.0.0
# - coveralls>=3.3.1
- flake8 >=6.1.0
- flake8-rst-docstrings>=0.3.0
- ipykernel
Expand All @@ -55,7 +55,7 @@ dependencies:
- pooch
- pre-commit >=3.3.2
- pytest >=7.3.1
- pytest-cov >=4.0.0
# - pytest-cov >=4.0.0
- ruff >=0.1.0
- sphinx
- sphinx-autoapi
Expand All @@ -66,12 +66,16 @@ dependencies:
- sphinx-mdinclude
- watchdog >=3.0.0
- xdoctest
- pip
# Testing
- tox >=4.5.1
# packaging
- build
- wheel
# temporary fix until xclim 0.49 release
- pip
- pip:
# temporary fix until xclim 0.49 release
- "git+https://github.com/Ouranosinc/xclim.git@fix-yamale-measure"
# coverage is not available in conda-forge for Python3.12
- coverage>=6.2.2,<7.0.0
- coveralls>=3.3.1
- pytest-cov >=4.0.0

0 comments on commit fe90910

Please sign in to comment.