try disable pytest plugin autoload
Unit Testing / test (3.10) (pull_request) Successful in 45s
Unit Testing / test (3.12) (pull_request) Successful in 48s
Unit Testing / test (3.8) (pull_request) Successful in 45s
Unit Testing / test (3.9) (pull_request) Successful in 47s

This commit is contained in:
2026-02-27 15:38:49 +01:00
parent 5cbb2481b2
commit 16e729ff13
+1
View File
@@ -35,4 +35,5 @@ jobs:
- name: Test with pytest
run: |
export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
python -m pytest tests