Skip to content

Commit

Permalink
chore: requirements_dev renamed to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Feb 28, 2024
1 parent 7c2e196 commit 21f68f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements.txt
; If you want to make tox run the tests with the same versions, create a
; requirements.txt with the pinned versions and uncomment the following line:
; -r{toxinidir}/requirements.txt
commands =
pip install -U pip
pytest --basetemp={envtmpdir}
Expand Down

0 comments on commit 21f68f3

Please sign in to comment.