summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy codeJason R. Coombs2022-02-251-2/+0
|
* Tests no longer run on Python 3.6Jason R. Coombs2022-02-251-3/+1
|
* Merge pull request #59 from foutrelis/python310Jason R. Coombs2022-02-251-0/+2
|\ | | | | test_egg_fetcher: use newer setuptools on Python 3.10
| * test_egg_fetcher: use newer setuptools on Python 3.10Evangelos Foutras2021-12-091-0/+2
| | | | | | | | | | | | | | setuptools==49.0.0 appears to be the first version compatible with Python 3.10 -- earlier versions either misdetect the minor version or try to import MutableMapping from collections which dropped its deprecated aliases to Collections Abstract Base Classes (bpo-37324).
* | Update test to install pytest-runner using pip.Jason R. Coombs2022-02-251-2/+1
|/
* Suppress test failures on WindowsJason R. Coombs2021-02-111-0/+1
|
* Fade to blackJason R. Coombs2019-05-231-31/+43
|
* Older Setuptools will never work on Python 3.7.Jason R. Coombs2018-02-101-0/+3
|
* Use itertools.product to produce the cross-product of setuptools versions ↵Jason R. Coombs2018-02-101-10/+14
| | | | and args to test.
* Remove compatibility shims for Setuptools<27.3.0Jason R. Coombs2018-02-101-2/+0
|
* Merge branch 'master' into feature/drop-py26Jason R. Coombs2017-10-271-1/+13
|\
| * fix support for `dependency_links`Benoit Pierre2017-09-061-1/+13
| |
* | Drop support for Python 2.6feature/drop-py26Jason R. Coombs2017-09-031-15/+1
|/
* Merge https://github.com/jaraco/skeleton2.12Jason R. Coombs2017-09-031-4/+0
|\
| * Move requirements for docs and testing into extrasJason R. Coombs2017-04-211-2/+0
| |
| * The requirement is no longer needed for tests.Jason R. Coombs2017-03-301-1/+0
| |
| * Include pytest-sugar for nicer test output.Jason R. Coombs2017-03-291-0/+1
| |
* | fix support for --extrasBenoit Pierre2017-08-302-0/+159
|/ | | | Correctly install extras with no markers.
* Add support for Python 2.6 in docs confskeletonJason R. Coombs2017-01-241-0/+1
|
* Use tox instead of pytest-runnerJason R. Coombs2016-09-221-0/+1