Skip to content

Commit

Permalink
chore(internal): fix dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Sep 22, 2024
1 parent a20dbee commit 9edbff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ tox
twine<=5.0.0
wheel
ruff==0.6.6
pytest==7.4.0
coverage==5.3.1
pytest-subprocess==1.5.0

-e .[all]
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ toxworkdir = /tmp/tox/pyright-python

[testenv]
deps =
pytest==7.4.0
coverage==5.3.1
pytest-subprocess==1.5.0
-r dev-requirements.txt

setenv =
Expand Down

0 comments on commit 9edbff0

Please sign in to comment.