poetry build not respecting git's ignore patterns when -f
is specified
#2910
Labels
area/build-system
Related to PEP 517 packaging (see poetry-core)
kind/bug
Something isn't working as expected
status/waiting-on-core
Requires changes to poetry-core first
Milestone
Hello,
I am on the latest poetry version (1.0.10) on a rhel7 box, and noticed a bizarre behavior related to
poetry build
.Consider this simple project structure: (available at: https://github.com/skgbanga/Sandbox/tree/master/python/package)
Running
poetry build -vvv
on this results in:As you can see, it didn't package
lib64/something.so
.This is okay because the documentation here says that:
My
.gitignore
does contain this section.Now, consider this invocation
It now has packaged
something.so
when my understanding of the documentation says that it shouldn't have done so.The text was updated successfully, but these errors were encountered: