summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_integration.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-1/+1
* tests: fix some pytest warnings under Python 2Benoit Pierre2019-11-151-1/+1
* Allow 'long_description_content_type' warnings for new versions of packaging....Jason R. Coombs2019-10-061-0/+1
* tests: fix_test_build_deps_on_distutilsBenoit Pierre2019-05-141-2/+3
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-9/+14
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-0/+65
|\
| * Add an integration test to install pyuriPi Delport2017-04-181-0/+15
| * Add a test capturing new proposed expectation that Setuptools' build dependen...Jason R. Coombs2017-02-261-0/+50
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
|/
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Fix quantity of blank lines.stepshal2016-10-181-0/+1
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-8/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+7
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-0/+18
|\
| * Fix TypeError for pytest.skip()Thomas Bechtold2015-04-051-1/+1
| * 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 install...Jason R. Coombs2015-01-041-0/+11
|/
* 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 unrele...david2014-06-251-0/+3
* 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
* Add integration tests.Doug Hellmann2014-06-021-0/+87