Skip to content

Commit

Permalink
Tests: Fix tests pinning pytest to 7.4.* due to pytest-lazy-fixture i…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Apr 17, 2024
1 parent deeac0f commit f869df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=9
pytest
pytest~=7.4.0 # See https://github.com/TvoroG/pytest-lazy-fixture/issues/63
pytest-lazy-fixture
tox
virtualenv
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ basepython = python3

[testenv:test]
deps =
pytest
pytest~=7.4.0 # See https://github.com/TvoroG/pytest-lazy-fixture/issues/63
pytest-girder==3.1.20
pytest-lazy-fixture
commands =
Expand Down

0 comments on commit f869df7

Please sign in to comment.