diff --git a/pytest.ini b/pytest.ini index 6c00089a..3d2cd66a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] -addopts = -n auto +addopts = -n auto --durations=20 --ignore=test_coreutils.py --ignore=test_plugin.py --ignore=test_sample_binaries.py python_files = test-*.py test_*.py markers = coreutils