mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-14 01:04:46 +03:00
* Fix test with Django 5 when pytz is available * fix formatting * remove original condition Co-authored-by: Ülgen Sarıkavak <ulgens@users.noreply.github.com> * remove trailing whitespace * further improvements * let's not skip the pytz test - it should always be executed when testing against Django 4 * add comment to test requirements Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com> * simplify the pytz import as it should always be available * make isort happy --------- Co-authored-by: Ülgen Sarıkavak <ulgens@users.noreply.github.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
# Pytest for running the tests.
|
|
pytest>=7.0.1,<8.0
|
|
pytest-cov>=4.0.0,<5.0
|
|
pytest-django>=4.5.2,<5.0
|
|
importlib-metadata<5.0
|
|
# temporary pin of attrs
|
|
attrs==22.1.0
|
|
pytz # Remove when dropping support for Django<5.0
|