forked from pool/rpmlint
70ecea9f1f
* Revert "Temporarily remove fedora:rawhide as it has broken Python stack." * Run flake8 directly as pytest-flake8 is broken. - Rebase disable-flake-and-cov.patch patch. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=955
11 lines
256 B
Diff
11 lines
256 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
|
|
+addopts = -vv -n auto
|