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:
2024-08-31 12:45:02 +00:00
committed by Git OBS Bridge
commit 80d3d2a3d1
6 changed files with 119 additions and 0 deletions

13
rm-pytest-runner.patch Normal file
View 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",