Skip to content

Commit 0c130bd

Browse files
committed
tests: disable pytest-qt autoload for headless CI
1 parent 7bae519 commit 0c130bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ include = ["openiso", "openiso.*"]
8181

8282
[tool.pytest.ini_options]
8383
testpaths = ["tests"]
84-
addopts = "-rf -s --cov=openiso --cov-report=xml --cov-report=html --cov-report=term-missing"
84+
addopts = "-rf -s -p no:pytestqt --cov=openiso --cov-report=xml --cov-report=html --cov-report=term-missing"
8585
markers = [
8686
"unit: fast isolated tests for pure logic",
8787
"integration: tests with filesystem/database/service integration",

0 commit comments

Comments
 (0)