11 lines
279 B
Diff
11 lines
279 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 --cov=rpmlint -n auto
|