-
-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context formatting doesn't work in custom build hook dependencies
#1199
Comments
I'm willing to submit a fix for this if it's just an oversight. Mostly making this report to confirm that the behavior isn't intentional. |
I didn't think this would be useful, sure, I would gladly accept a PR! |
The motivation in my case is I have a documentation package containing pre-rendered html docs. It is separate from my main package, but has the main package as a build dependency. Both packages are in the same repo and meant to be kept in perfect sync. |
It would also be useful to support context formatting in build system requirements
|
Here is the configuration in my
pyproject.toml
:I get this error when I run
hatch build
:It seems like the context formatting just isn't being applied.
For what it's worth, it also doesn't work in the
build-system.requires
but does work inproject.dependencies
and env dependencies.The text was updated successfully, but these errors were encountered: