dictdiffer icon indicating copy to clipboard operation
dictdiffer copied to clipboard

pytest-runner not required

Open pgajdos opened this issue 3 years ago • 1 comments

Deprecated pytest-runner is not necessary for running the testsuite.

pgajdos avatar Dec 14 '21 13:12 pgajdos

--- setup.py.orig       2024-08-10 06:40:00.112856469 +0000
+++ setup.py
@@ -54,7 +54,6 @@ for key, reqs in extras_require.items():
     extras_require['all'].extend(reqs)

 setup_requires = [
-    'pytest-runner>=2.7',
     'setuptools_scm>=3.1.0',
 ]

0-wiz-0 avatar Aug 10 '24 06:08 0-wiz-0