Skip to content

Commit 425e84c

Browse files
committed
Pip 9.0.1 does not obey requirements which lead to downgrading an installed package. Useless for our purpose. Requiring pip<9.0 in requirements.txt .
- Legacy-Id: 12271
1 parent 71d5eca commit 425e84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mock>=2.0.0
2323
MySQL-python>=1.2.5
2424
pathlib>=1.0
2525
Pillow>=3.0
26-
pip>=6.1.1
26+
pip>=6.1.1,<9.0
2727
pyang>=1.6
2828
pyflakes>=0.8.1
2929
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors

0 commit comments

Comments
 (0)