summaryrefslogtreecommitdiff
path: root/tests/integration/pip_source.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Mark xfail test that only fail in CI"Jürg Billeter2019-08-071-2/+0
* Mark xfail test that only fail in CIWilliam Salmon2019-07-251-0/+2
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-3/+3
* test:utils/site: Consolidate HAVE_SANDBOX in a single site fileBenjamin Schubert2019-06-061-1/+2
* tests/integration: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-061-2/+2
* tests/integration: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-061-0/+3
* tests: Break `test_pip_source_import` into independent testspip-elem-install-from-pip-sourceShahwat Dalal2019-05-141-2/+59
* tests: Allow `python_repo` to install nested package depsShahwat Dalal2019-05-141-8/+18
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-2/+2
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-2/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-2/+2
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-061-2/+2
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-1/+1
* Introduce new "source" command groupChandan Singh2018-12-141-2/+2
* Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-201-0/+2
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-021-12/+35
* Add pip source pluginChandan Singh2018-08-151-0/+99