textproc/py-citeproc-py-styles: Revert a7c2ddb5a2

py-pytest-runner version has been fixed in 85ecacb49d.
This commit is contained in:
Po-Chuan Hsieh 2022-10-10 03:52:22 +08:00
parent 0aafd54a8a
commit 7fc0f28380
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -1,13 +0,0 @@
- fix the problem that Python thinks that the version 2.6.2 is greater than 6.0.0 for pytest-runner
--- setup.py.orig 2022-10-05 06:44:42 UTC
+++ setup.py
@@ -27,7 +27,7 @@ for reqs in extras_require.values():
extras_require['all'].extend(reqs)
setup_requires = [
- 'pytest-runner>=2.6.2',
+ 'pytest-runner',
]
install_requires = [