Initial Package OBS-URL: https://build.opensuse.org/request/show/1196331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-pylint?expand=0&rev=1
14 lines
372 B
Diff
14 lines
372 B
Diff
index f966a5e..ec1dcbb 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -28,7 +28,7 @@ setup(
|
|
"pylint>=2.15.0",
|
|
"tomli>=1.1.0; python_version < '3.11'",
|
|
],
|
|
- setup_requires=["pytest-runner"],
|
|
+ setup_requires=[""],
|
|
tests_require=["coverage", "flake8", "black", "isort"],
|
|
classifiers=[
|
|
"Development Status :: 5 - Production/Stable",
|
|
|