Remove pytest-runner

Closes: https://github.com/django/daphne/issues/523
This commit is contained in:
Jon Janzen 2024-08-24 11:34:29 -07:00
parent 4a55faca45
commit 420f065d9e
No known key found for this signature in database
GPG Key ID: E94F06E2BB151B1B

View File

@ -33,8 +33,6 @@ install_requires =
autobahn>=22.4.2 autobahn>=22.4.2
twisted[tls]>=22.4 twisted[tls]>=22.4
python_requires = >=3.8 python_requires = >=3.8
setup_requires =
pytest-runner
zip_safe = False zip_safe = False
[options.entry_points] [options.entry_points]