Skip to content

Commit

Permalink
chore: use test.txt explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Feb 4, 2025
1 parent cd591d3 commit 7a777fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements/local.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
django-debug-toolbar
django-elasticsearch-debug-toolbar
edx-i18n-tools
pytest-split
pywatchman # For devserver code reloading
pymemcache
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pytest
pytest-cov
pytest-django
pytest-responses
pytest-split
pytest-xdist
responses
semgrep
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ testpaths = course_discovery/apps

[testenv]
deps =
django42: -r requirements/django.txt
-r{toxinidir}/requirements/test.txt

passenv =
CONN_MAX_AGE
Expand Down

0 comments on commit 7a777fb

Please sign in to comment.