Closed
Description
Environment
- pip version: Tested with 19.1.1
- Python version: 3.7.3
- OS: All
Description
Disabling the building of an intermediate wheel appears to work when installing a package from and sdist (either on PyPI) or a local sdist tarball.
However, the option does not appear to be taken into account when doing
pip install --no-binary :all: .
in the source directory.
Expected behavior
I expect the behavior to be the same when building an sdist or building from source in that regard.
How to Reproduce
Build a python package from source with --no-binary :all:
and check that a python wheel is created.