inveniosoftware / dictdiffer

Dictdiffer is a module that helps you to diff and patch dictionaries.
https://dictdiffer.readthedocs.io
Other
832 stars 92 forks source link

pytest-runner not required #167

Open pgajdos opened 2 years ago

pgajdos commented 2 years ago

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

0-wiz-0 commented 1 month ago
--- 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',
 ]