Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -1/+1 |
| | |||||
* | tests: fix some pytest warnings under Python 2 | Benoit Pierre | 2019-11-15 | 1 | -1/+1 |
| | |||||
* | Allow 'long_description_content_type' warnings for new versions of ↵ | Jason R. Coombs | 2019-10-06 | 1 | -0/+1 |
| | | | | packaging. Fixes #1858. | ||||
* | tests: fix_test_build_deps_on_distutils | Benoit Pierre | 2019-05-14 | 1 | -2/+3 |
| | | | | | * ignore distutils' warning (`Unknown distribution option: 'python_requires'`) * fix test on Windows | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -9/+14 |
| | |||||
* | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -0/+65 |
|\ | |||||
| * | Add an integration test to install pyuri | Pi Delport | 2017-04-18 | 1 | -0/+15 |
| | | | | | | | | This test is also a regression test for issue #1016. | ||||
| * | Add a test capturing new proposed expectation that Setuptools' build ↵ | Jason R. Coombs | 2017-02-26 | 1 | -0/+50 |
| | | | | | | | | dependencies should not require setuptools to build in order to avoid inevitable conflicts when bootstrapping from source. Packaging fails this test. Ref #980 | ||||
* | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
|/ | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -0/+1 |
| | |||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -8/+1 |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+7 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -0/+18 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Fix TypeError for pytest.skip() | Thomas Bechtold | 2015-04-05 | 1 | -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. Coombs | 2015-01-15 | 1 | -0/+6 |
| | | |||||
| * | Skip integration tests when one of the packages under test is already ↵ | Jason R. Coombs | 2015-01-04 | 1 | -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. Coombs | 2015-01-02 | 1 | -1/+0 |
| | |||||
* | Resave with excess whitespace removed | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | fix failing integration (test_stevedore) test on windows because of an ↵ | david | 2014-06-25 | 1 | -0/+3 |
| | | | | unreleased handle on the current directory | ||||
* | Cleanup fixture using tmp and monkeypatch | Matthew Iversen | 2014-06-19 | 1 | -28/+20 |
| | |||||
* | Mark failing tests as xfail | Jason R. Coombs | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | Remove unused variable and import | Jason R. Coombs | 2014-06-15 | 1 | -2/+0 |
| | |||||
* | Activate more of the integration tests. | Doug Hellmann | 2014-06-02 | 1 | -9/+9 |
| | | | | | | | Change-Id: Ic3cc25a02de71b94a08f0bf64e8d8b01b572a23b --HG-- extra : rebase_source : a49971d71570380f1ef51a88897d72328de337ed | ||||
* | Add integration tests. | Doug Hellmann | 2014-06-02 | 1 | -0/+87 |
Set up integration tests that install packages to temporary directories. Change-Id: Iec90838fec961228fca24c0decc088de55303350 --HG-- extra : rebase_source : f5219f8411db4b79694a74659e22b0c0b1c771ab |