pip tests, use py2 compat sampleproject fork

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

Test Plan:
- CI

Signed-off-by: Rick Elrod <rick@elrod.me>
pull/70378/head
Rick Elrod 4 years ago committed by Matt Clay
parent d672ee1c03
commit 194308ea97

@ -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

Loading…
Cancel
Save