Replies: 1 comment 1 reply
-
There are some strange quoting rules on Windows when using special characters, and I expect this is a manifestation of this. I don't think we can switch to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When building my wheels I am using the
test-groups
option to install dependencies needed for testing that are specified in thepyproject.toml
. On Linux and Mac no problem. On Windows I get the error:The command shown is being triggered by the
test-groups
option.Any Ideas what could be going wrong?
Beta Was this translation helpful? Give feedback.
All reactions