setup_requires bypasses buildout
Bug #257555 reported by
Wichert Akkerman
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Buildout |
New
|
Undecided
|
Unassigned |
Bug Description
If a package you install (in my case as develop egg) uses setup_requires setuptools tries to install the requirements listed there directly. This bypasses all of buildout, which means it can use the wrong indexes and ignores version pins. I noticed this because the result was a version conflict.
To post a comment you must log in.
On the Mac, the egg for the package indicated in setup_requires is installed in the same directory as the package being developed. Does not happen on Linux. Is this by design?