2021-08-27 10:01:37 +02:00
|
|
|
diff --git a/setup.cfg b/setup.cfg
|
2023-03-27 17:04:48 +02:00
|
|
|
index f9d99831..3ef7694a 100644
|
2021-08-27 10:01:37 +02:00
|
|
|
--- a/setup.cfg
|
|
|
|
+++ b/setup.cfg
|
2023-03-27 17:04:48 +02:00
|
|
|
@@ -12,4 +12,4 @@ import-order-style = google
|
2021-08-27 10:01:37 +02:00
|
|
|
application-import-names = Testing
|
|
|
|
|
|
|
|
[tool:pytest]
|
2023-03-27 17:04:48 +02:00
|
|
|
-addopts = -vv --cov=rpmlint -n auto -p no:legacypath
|
|
|
|
+addopts = -vv -n auto -p no:legacypath
|