Skip to content

Commit cfe09e6

Browse files
committed
refactor: remove QT plugin for headless testing.
1 parent d72381c commit cfe09e6

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
@@ -41,7 +41,7 @@ where = ["."]
4141

4242
[tool.pytest.ini_options]
4343
testpaths = ["tests"]
44-
addopts = "--cov=kratt --cov-report=term-missing"
44+
addopts = "--cov=kratt --cov-report=term-missing -p no:qt"
4545

4646
[tool.coverage.run]
4747
omit = [

0 commit comments

Comments
 (0)