1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

add test case

This commit is contained in:
Ilan Schnell 2020-05-05 22:00:38 -05:00 committed by Tzu-ping Chung
parent 6c4b06295d
commit a941724aa8

View file

@ -30,3 +30,12 @@ cases:
# same time.
# -- the old error message was actually better here:
# Double requirement given: B==2.0.0 (already in B==1.0.0, name='B')
-
request:
- install: A==2.0
response:
- state: null
skip: true
# -- currently the error message is:
# Could not find a version that satisfies the requirement A==2.0
# No matching distribution found for a