mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-16 22:54:01 +03:00
updated tox.ini
This commit is contained in:
parent
fff5e24179
commit
b883295d37
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -e .[testing]
|
run: pip install -e .[documentation]
|
||||||
|
|
||||||
# Start mkdocs server and wait for it to be ready
|
# Start mkdocs server and wait for it to be ready
|
||||||
- run: mkdocs serve &
|
- run: mkdocs serve &
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,8 @@ optional-dependencies.testing = [
|
||||||
"pytest>=7.0.1,<8",
|
"pytest>=7.0.1,<8",
|
||||||
"pytest-cov>=4,<5",
|
"pytest-cov>=4,<5",
|
||||||
"pytest-django>=4.5.2,<5",
|
"pytest-django>=4.5.2,<5",
|
||||||
|
|
||||||
|
# Remove when dropping support for Django<5.0
|
||||||
"pytz",
|
"pytz",
|
||||||
]
|
]
|
||||||
urls.Changelog = "https://www.django-rest-framework.org/community/release-notes/"
|
urls.Changelog = "https://www.django-rest-framework.org/community/release-notes/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user