From 16e729ff1375ddcf9560a74090be927b6b38d1b9 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Fri, 27 Feb 2026 15:38:49 +0100 Subject: [PATCH] try disable pytest plugin autoload --- .github/workflows/unit_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 05395e5..1d0b2b2 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -35,4 +35,5 @@ jobs: - name: Test with pytest run: | + export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 python -m pytest tests