Skip to content

Commit d790229

Browse files
committed
fix deps
1 parent 02ca074 commit d790229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test = [
6161
"xmlschema <2.5", # FIXME: determine why
6262
"xsdata[cli]",
6363
"types-lxml; python_version >= '3.8'",
64-
"pdbpp; not sys_platform == 'win32'", # for debugging
64+
"pdbpp; sys_platform != 'win32'", # for debugging
6565
]
6666
test-qt = ["qtpy", "pytest-qt"]
6767
# pin ruff for builds because it changes often

0 commit comments

Comments
 (0)