Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 21, 2024
1 parent 02ca074 commit d790229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test = [
"xmlschema <2.5", # FIXME: determine why
"xsdata[cli]",
"types-lxml; python_version >= '3.8'",
"pdbpp; not sys_platform == 'win32'", # for debugging
"pdbpp; sys_platform != 'win32'", # for debugging
]
test-qt = ["qtpy", "pytest-qt"]
# pin ruff for builds because it changes often
Expand Down

0 comments on commit d790229

Please sign in to comment.