aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_integration.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix TypeError for pytest.skip()Thomas Bechtold2015-04-051-1/+1
| | | | | | | | | | pytests skip() method doesn't have a 'reason' parameter. This fixes: TypeError: skip() got an unexpected keyword argument 'reason' --HG-- branch : fix-type-error-skip-reason
* Skip integration tests when SSL is broken. Ref #317.Jason R. Coombs2015-01-151-0/+6
|
* Skip integration tests when one of the packages under test is already ↵Jason R. Coombs2015-01-041-0/+11
| | | | installed, as the installation will fail in that case.
* Remove expected failure from pbr package as it appears to be working now.Jason R. Coombs2015-01-021-1/+0
|
* Resave with excess whitespace removedJason R. Coombs2015-01-021-1/+1
|
* fix failing integration (test_stevedore) test on windows because of an ↵david2014-06-251-0/+3
| | | | unreleased handle on the current directory
* Cleanup fixture using tmp and monkeypatchMatthew Iversen2014-06-191-28/+20
|
* Mark failing tests as xfailJason R. Coombs2014-06-151-0/+3
|
* Remove unused variable and importJason R. Coombs2014-06-151-2/+0
|
* Activate more of the integration tests.Doug Hellmann2014-06-021-9/+9
| | | | | | | Change-Id: Ic3cc25a02de71b94a08f0bf64e8d8b01b572a23b --HG-- extra : rebase_source : a49971d71570380f1ef51a88897d72328de337ed
* Add integration tests.Doug Hellmann2014-06-021-0/+87
Set up integration tests that install packages to temporary directories. Change-Id: Iec90838fec961228fca24c0decc088de55303350 --HG-- extra : rebase_source : f5219f8411db4b79694a74659e22b0c0b1c771ab