Skip to content

Commit

Permalink
Relax dependencies on test requirements
Browse files Browse the repository at this point in the history
In this case we do this specifically to ease the packaging process.
  • Loading branch information
mdellweg committed Sep 12, 2024
1 parent a1a3628 commit c43dca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test requirements
pytest>=7.0.0,<=8.3.2
pytest-subtests>=0.12.0,<=0.13.1
python-gnupg==0.5.2
pytest>=7.0.0,<8.4
pytest-subtests>=0.12.0,<0.14
python-gnupg>=0.5.0,<0.6
trustme>=1.1.0,<1.2

# No pinning here, because we only switch on optional dependencies here.
Expand Down

0 comments on commit c43dca9

Please sign in to comment.