5d7afe9d95
* pip tests: remove trailing spaces * pip tests: use Jinja tests * fixup! pip tests: remove trailing spaces * pip tests: use 'command' instead of 'shell' module * pip tests: remove unused variable * pip tests: use a package with fewer dependencies sampleproject has one dependency: 'peppercorn' and peppercorn doesn't have any dependency. * pip tests: check that 'name' param handles list * pip: squash package parameters Note that squashing will be removed in 2.11, new code should directly use a list with the 'name' parameter.
7 lines
126 B
YAML
7 lines
126 B
YAML
pip_test_package: sampleproject
|
|
pip_test_packages:
|
|
- sampleproject
|
|
- decorator
|
|
pip_test_modules:
|
|
- sample
|
|
- decorator
|