rpmlint/disable-flake-and-cov.patch
Martin Liška 5fd94e45ca - Update to version 2.4.0+git20230327.f239521:
* 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
2023-03-27 15:04:48 +00:00

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