Remove pytest-runner (#528)

Closes: https://github.com/django/daphne/issues/523
This commit is contained in:
Jon Janzen 2024-08-24 11:51:43 -07:00 committed by GitHub
parent 9ec5798c0d
commit b1902e8ccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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