Skip to content

Commit 9163ee0

Browse files
committed
Fix pytest ini option for PySide2
1 parent 5c0dd41 commit 9163ee0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ testing = [
6767
"pytest",
6868
"pytest-cov",
6969
"pytest-env",
70-
"pytest-qt==4.4.0",
70+
"pytest-qt",
7171
"pytest-mock",
7272
]
7373
dev = [
7474
"pytest",
7575
"pytest-cov",
7676
"pytest-env",
77-
"pytest-qt==4.4.0",
77+
"pytest-qt",
7878
"pytest-mock",
7979
"setuptools",
8080
]
@@ -90,12 +90,8 @@ norecursedirs = [
9090
".tox"
9191
]
9292
testpaths = ["tests"]
93-
qt_api = "pyside2"
9493
log_cli = true
9594

96-
[tool.pytest_env]
97-
AB_SIMPLE_CONSOLE = "1"
98-
9995
[tool.black]
10096
line-length = 88
10197

0 commit comments

Comments
 (0)