-
-
Notifications
You must be signed in to change notification settings - Fork 628
Closed
Labels
PR wantedFeature is discussed or bug is confirmed, PR neededFeature is discussed or bug is confirmed, PR neededenhancementImprovements to functionalityImprovements to functionality
Description
psycopg2 wheel gets installed in spite of the --no-binary psycopg2
option.
Environment Versions
- OS: Debian
- Python version: 3.6.4
- pip version: 9.01
- pip-tools version: 1.11.0
Steps to replicate
- Create deps.in with line
psycopg2 --no-binary psycopg2
- Run
pip-compile deps.in
, see that the flag is preserved in the txt file - Run
pip-sync deps.txt
Expected result
A psycopg2 sdist is installed. pip install -r deps.txt
does that.
Actual result
A psycopg2 wheel is installed.
jdufresne, sbusch, fuhrysteve, pauloxnet and denizdogan
Metadata
Metadata
Assignees
Labels
PR wantedFeature is discussed or bug is confirmed, PR neededFeature is discussed or bug is confirmed, PR neededenhancementImprovements to functionalityImprovements to functionality