Skip to content

Commit 46dc28d

Browse files
committed
Restore non-gaphical test configuration.
1 parent 51cbc94 commit 46dc28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittest/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
default_version = sys.modules["__main__"].oDesktop.GetVersion()[0:6]
7171
config = {
7272
"desktopVersion": default_version,
73-
"NonGraphical": False,
73+
"NonGraphical": True,
7474
"NewThread": True,
7575
"test_desktops": False,
7676
"build_machine": True,

0 commit comments

Comments
 (0)