Replies: 1 comment 1 reply
-
|
Right now you can use The input globs can be modified by the user through extra-input-globs I believe you can negate the original inclusion using a |
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.
-
Using the
pixi-build-pythonbackend, suppose I do something likeanytime one runs
pixi run pytest-- it always rebuilds the packagewhich is - from a developer perspective - a little jarring and annoying. I can also see why this might want to be the case, but I imagine having some sort of cache like
inputs = ["python_rich/src/python_rich"]would make more sense - because if I am working on writing tests and I am not changing the source code, it's not apparent to me that I would want to reinstall the package when I edit other files within it.Beta Was this translation helpful? Give feedback.
All reactions