rpmlint/disable-flake-and-cov.patch
Dirk Mueller 94524af3e1 Accepting request 998044 from home:bnavigator:branches:devel:openSUSE:Factory:rpmlint
- Enhance disable-flake.patch to disable-flake-and-cov.patch
- Reflect the requirements from setup.py in the rpm requirements:
  Use tomli until we have python3 = 3.11

OBS-URL: https://build.opensuse.org/request/show/998044
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=951
2022-08-19 06:42:04 +00:00

11 lines
265 B
Diff

diff --git a/setup.cfg b/setup.cfg
index 098f636..0ccb9dc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,4 +10,4 @@ import-order-style = google
application-import-names = Testing
[tool:pytest]
-addopts = -vv --cov=rpmlint -n auto --flake8
+addopts = -vv -n auto