Skip to content

Commit

Permalink
Fix Gitflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Aug 11, 2023
1 parent cf0684e commit f041cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.21.2,<2.0
numpy>=1.20.0,<2.0
pytest>=7.2.0,<8.0
pytest-cov>=4.0.0,<5.0
mypy>=0.981,<1.0
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ passenv = PYTHON_VERSION
allowlist_externals = poetry
commands =
pip install -r requirements.dev.txt
pip install .
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml --log-level=INFO
poetry run pre-commit run --all-files

0 comments on commit f041cfe

Please sign in to comment.