forked from pool/rpmlint
5fd94e45ca
* stringToVersion: make epoch always an integer * pytest: use tmp_path mock instead of tmpdir * pytest: disable legacypath * Replace one more usage of tmpdir in a test. * Pytest documentation recommends refactoring "tmpdir" to "tmp_path" OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1043
11 lines
292 B
Diff
11 lines
292 B
Diff
diff --git a/setup.cfg b/setup.cfg
|
|
index f9d99831..3ef7694a 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -12,4 +12,4 @@ import-order-style = google
|
|
application-import-names = Testing
|
|
|
|
[tool:pytest]
|
|
-addopts = -vv --cov=rpmlint -n auto -p no:legacypath
|
|
+addopts = -vv -n auto -p no:legacypath
|