Skip to content

Commit

Permalink
Merge pull request #4706 from learningequality/dependabot/pip/pytest-…
Browse files Browse the repository at this point in the history
…django-4.9.0

Bump pytest-django from 4.3.0 to 4.9.0
  • Loading branch information
rtibbles authored Jan 25, 2025
2 parents ebdc8c5 + d32a977 commit a9dd35e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
3 changes: 1 addition & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[pytest]
testpaths = contentcuration/
pythonpath = contentcuration/
# Settings for pytest-django
DJANGO_SETTINGS_MODULE=contentcuration.test_settings
# Settings for pytest-pythonpath
python_paths = contentcuration/

filterwarnings =
ignore::UserWarning
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ mixer==6.1.3
pytest
pytest-django
pytest-logging
pytest-pythonpath
pytest-timeout
pytest-watch
pre-commit==1.15.1
Expand Down
20 changes: 6 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ asgiref==3.3.4
# django
aspy-yaml==1.3.0
# via pre-commit
attrs==23.1.0
# via
# -c requirements.txt
# pytest
brotli==1.0.9
# via geventhttpclient
build==1.2.1
Expand Down Expand Up @@ -71,6 +67,8 @@ docopt==0.6.2
# via pytest-watch
drf-yasg==1.21.5
# via -r requirements-dev.in
exceptiongroup==1.2.2
# via pytest
faker==0.9.1
# via mixer
filelock==3.16.1
Expand Down Expand Up @@ -154,8 +152,6 @@ pre-commit==1.15.1
# via -r requirements-dev.in
psutil==5.8.0
# via locust
py==1.10.0
# via pytest
pycodestyle==2.3.1
# via flake8
pyflakes==1.5.0
Expand All @@ -172,20 +168,17 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==6.2.4
pytest==7.4.4
# via
# -r requirements-dev.in
# pytest-django
# pytest-logging
# pytest-pythonpath
# pytest-timeout
# pytest-watch
pytest-django==4.3.0
pytest-django==4.9.0
# via -r requirements-dev.in
pytest-logging==2015.11.4
# via -r requirements-dev.in
pytest-pythonpath==0.7.3
# via -r requirements-dev.in
pytest-timeout==1.4.2
# via -r requirements-dev.in
pytest-watch==4.2.0
Expand Down Expand Up @@ -236,13 +229,12 @@ tblib==1.7.0
text-unidecode==1.2
# via faker
toml==0.10.2
# via
# pre-commit
# pytest
# via pre-commit
tomli==1.2.3
# via
# build
# pip-tools
# pytest
typing-extensions==4.5.0
# via locust
uritemplate==3.0.1
Expand Down

0 comments on commit a9dd35e

Please # to comment.