pip tests, use py2 compat sampleproject fork (#70313)

Change:
- sampleproject has gone py3 only. Use a py2 compatible fork.

Test Plan:
- CI

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod 2020-06-25 22:38:17 -05:00 committed by GitHub
parent 5833af9e2a
commit 7fdd8fcfcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
pip_test_package: sampleproject
pip_test_package: sampleprojectpy2
pip_test_packages:
- sampleproject
- sampleprojectpy2
- jiphy
pip_test_pkg_ver:
- sampleproject<=100, !=9.0.0,>=0.0.1
- sampleprojectpy2<=100, !=9.0.0,>=0.0.1
- jiphy<100 ,!=9,>=0.0.1
pip_test_pkg_ver_unsatisfied:
- sampleproject>= 999.0.0
- sampleprojectpy2>= 999.0.0
- jiphy >999.0
pip_test_modules:
- sample