Accepting request 1196331 from home:yeey:OpenWebUI
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
This commit is contained in:
13
rm-pytest-runner.patch
Normal file
13
rm-pytest-runner.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user