Skip to content

Commit dbfa2cf

Browse files
committed
Fix pytest
1 parent c5de5d5 commit dbfa2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: bandit -r . --skip B101,B105 -ll || true
3939

4040
- name: Run Pytest tests
41-
run: pytest --doctest-modules --tb=short || true
41+
run: pytest --tb=short || true
4242

4343
- name: Run Ruff checks with ignored rules
4444
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

Comments
 (0)