df89129c22
* Add some missing TEST_DEPENDS * Since we have no port for pytest-pep8, patch the port to remove that from the test function. Sponsored by: ConnectWise Approved by: grembo (maintainer) Differential Revision: https://reviews.freebsd.org/D56713
10 lines
351 B
INI
10 lines
351 B
INI
--- pytest.ini.orig 2026-04-29 16:39:34 UTC
|
|
+++ pytest.ini
|
|
@@ -1,5 +1,5 @@
|
|
[pytest]
|
|
-addopts = -vvv -rs --ignore=setup.py --pycodestyle --cov-report term-missing --cov=./iocage_lib --cov=./iocage_cli
|
|
+addopts = -vvv -rs --ignore=setup.py --cov-report term-missing --cov=./iocage_lib --cov=./iocage_cli
|
|
markers =
|
|
require_zpool
|
|
require_root
|