Replies: 2 comments 7 replies
-
That by itself doesn't set features, that section just defines variables that generate environments: https://hatch.pypa.io/latest/config/environment/advanced/#matrix You can use overrides to actually set features: https://hatch.pypa.io/latest/config/environment/advanced/#matrix-variable-overrides |
Beta Was this translation helpful? Give feedback.
6 replies
-
About the same:
|
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.
-
If I have optional features defined in my
pyproject.toml
file:How can I specify an environment matrix that has no features selected for testing?
I thought about creating a third feature
goo
with either empty optional dependencies or a dummy, meaningless dependency that would have no effect. I've read the docs fairly closely and searched the discussions and issues, but perhaps I missed something.Beta Was this translation helpful? Give feedback.
All reactions