From 420f065d9e85df332f6f1f6ba28688efb09b4bc3 Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Sat, 24 Aug 2024 11:34:29 -0700 Subject: [PATCH] Remove pytest-runner Closes: https://github.com/django/daphne/issues/523 --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8e08789..790bd16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]