Commit graph

11 commits

Author SHA1 Message Date
Robin Roth
1f74609f3c Pip: Reformat tests ()
Use yaml instead of old key=value format
2018-05-14 14:55:01 +02:00
Robin Roth
d6e711b1de Allow empty list of names in pip module ()
pip 10 gives exit code 1 for empty argument lists (pip < 10 gave exit 0)
see also https://github.com/pypa/pip/pull/4210

To still allow playbooks to pass when giving empty lists, don't call
pip in that case, but show a warning.
2018-05-14 14:51:10 +02:00
Robin Roth
90354d282d Install git in pip tests ()
* Install git in pip tests

* Ignore MacOSX
2018-05-02 10:28:10 -04:00
Matt Clay
ea70b49b11 Fix pip integration test. 2018-01-31 23:26:16 -08:00
Lujeni
91ab88dac7 pip: Use chdir directive in the venv path (fixes ) () 2017-10-13 12:39:47 +02:00
Nicklaus McClendon
6dbc3c63f8 Updated pip module to always return changed if venv is created ()
* Updated pip module to always return changed if venv is created

Fixes 

* Add integration test to pip (see )
2017-09-12 10:01:29 -07:00
Lujeni
661791dcb7 Fix the editable condition into pip module () ()
* Fix the editable condition into pip module ()

* Add editable to tests

Default changed to False, so now editable: True is needed explicitly in
tests
2017-07-14 10:54:04 +01:00
Matt Clay
9d8aa43c67 Temporary work-around for setuptools 36.0.0 bug. ()
* Temporary work-around for setuptools 36.0.0 bug.
* Use older setuptools for pip integration test.
* Limit isort version to avoid new test failures.
2017-06-01 16:23:32 +08:00
Matt Clay
6bbd92e422 Initial ansible-test implementation. () 2016-11-29 21:21:53 -08:00
Adrien Vergé
0e834fc9e4 Fix cosmetic problems in YAML source
This change corrects problems reported by the `yamllint` linter.

Since key duplication problems were removed in 4d48711, this commit
mainly fixes trailing spaces and extra empty lines at beginning/end of
files.
2016-11-11 14:50:57 -08:00
Matt Clay
75e4645ee7 Migrate Linux CI roles to test targets. () 2016-10-13 09:09:25 -07:00