forked from pool/rpmlint
Filippo Bonazzi
06126c70b8
- Update to version 2.6.0+git20240801.f3e815d: * sysctl-whitelist: kernel.pid_max entry moved (bsc#1228731) * Update openSUSE's licenses.toml * configs/openSUSE/users-groups.toml: add user and group woodpecker * configs/openSUSE/users-groups.toml: add user and group vault-sync * configs/openSUSE/users-groups.toml: add user and group openbao * configs/openSUSE/users-groups.toml: add user and group alloy * Release 2.6.0 * Test: Fix test_config error raised by new ruff * CI: Fix ruff call with modern syntax * Update main.yml * FilesCheck: Remove trailing slashes * FilesCheck: zero-perms differentiate between ghost and normal files * FilesCheck: warn about files with zero perms * Create Mock packages for tests in config_files, i18n, tmp_file and zypp_syntax (#1235) * users-groups.toml: add caddy * PythonCheck: simplify requirement check using metadata OBS-URL: https://build.opensuse.org/request/show/1190988 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1151
13 lines
218 B
Diff
13 lines
218 B
Diff
diff --git a/pytest.ini b/pytest.ini
|
|
index 819ea304..06b8aa7d 100644
|
|
--- a/pytest.ini
|
|
+++ b/pytest.ini
|
|
@@ -1,7 +1,6 @@
|
|
[pytest]
|
|
addopts =
|
|
-vv
|
|
- --cov=rpmlint
|
|
-n auto
|
|
-p no:legacypath
|
|
pythonpath= .
|