From b729fd07fcdb77caa4eca6f6b08ad11bc8259827 Mon Sep 17 00:00:00 2001 From: rihi <19492038+rihi@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:55:00 +0200 Subject: [PATCH] Fix hash for complex types --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 6c00089ab..3d2cd66a4 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