We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ca074 commit d790229Copy full SHA for d790229
pyproject.toml
@@ -61,7 +61,7 @@ test = [
61
"xmlschema <2.5", # FIXME: determine why
62
"xsdata[cli]",
63
"types-lxml; python_version >= '3.8'",
64
- "pdbpp; not sys_platform == 'win32'", # for debugging
+ "pdbpp; sys_platform != 'win32'", # for debugging
65
]
66
test-qt = ["qtpy", "pytest-qt"]
67
# pin ruff for builds because it changes often
0 commit comments