From f3fd8613113d21d44238a6ec54b375f5aa72c4e0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 16 Dec 2021 12:43:12 -0800 Subject: [PATCH] Removed unneccessary pytest-runner, closes #357 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7198027..3cc7b0e 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup( "tabulate", "python-dateutil", ], - setup_requires=["pytest-runner"], extras_require={ "test": ["pytest", "black", "hypothesis"], "docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],