Skip to content

Commit

Permalink
removes pytest-pythonpath plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Nov 1, 2023
1 parent 50acd00 commit dc1979d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/requirements/testing.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pytest-cache
pytest-cov
pytest-django
pytest-echo
pytest-pythonpath
redis
readme
selenium>=2.42.0
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist = d{32,42}-py{39,310,311}
;skip_missing_interpreters = true
;
[pytest]
python_paths = ./src ./tests
DJANGO_SETTINGS_MODULE = demo.settings
norecursedirs = demo .tox
addopts =
Expand Down Expand Up @@ -43,10 +42,8 @@ whitelist_externals = mkdir
deps =
-rsrc/requirements/testing.pip
pypy: psycopg2cffi
d22: django==2.2.*
d32: django==3.2.*
d40: django==4.0.*
d41: django==4.1.*
d42: django==4.2.*

; only for local development
dev: git+https://github.com/django/django.git
Expand Down

0 comments on commit dc1979d

Please sign in to comment.