Skip to content

--no-binary :all: option not taken into account when building from source #7248

Closed
@SylvainCorlay

Description

@SylvainCorlay

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions