Skip to content

Commit

Permalink
Merge pull request #377 from scipp/unpinned-nightly-fix
Browse files Browse the repository at this point in the history
Fix unpinned nightly build
  • Loading branch information
MridulS authored Sep 20, 2024
2 parents db3bbf6 + 1e49a71 commit aaee53a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ commands = pytest {posargs}
[testenv:unpinned]
description = Test with unpinned dependencies, as a user would install now.
deps =
-r requirements/basetest.txt
-r requirements/base.in
-r requirements/optional.in
-r requirements/basetest.in
plopp
commands = pytest {posargs}

Expand Down

0 comments on commit aaee53a

Please sign in to comment.