1 parent 4006ea1 commit 7b2aff8Copy full SHA for 7b2aff8
1 file changed
.github/workflows/python.yml
@@ -38,7 +38,7 @@ jobs:
38
run: bandit -r . --skip B101,B105 -ll || true
39
40
- name: Run Pytest tests
41
- run: pytest --doctest-modules --tb=short -n auto || true
+ run: pytest --doctest-modules --tb=short -n auto --dist loadscope || true
42
43
- name: Run Ruff checks with ignored rules
44
run: ruff check . --ignore B904,B905,EM101,EXE001,G004,ISC001,PLC0415,PLC1901,PLW060,PLW1641,PLW2901,PT011,PT018,PT028,S101,S311,SIM905,SLF001,F405
0 commit comments