summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-0/+1
* Avoid use of extras - python3's hasattr is safeJelmer Vernooij2023-01-281-1/+0
* Bump minimum python to 3.7, add 3.11.Jelmer Vernooij2023-01-281-2/+2
* Merge branch 'fix-filter-entrypoints' of https://github.com/mtreinish/subunitJelmer Vernooij2022-11-051-17/+20
|\
| * Update setup.pyMatthew Treinish2021-06-151-1/+1
| * Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-151-1/+0
| |\
| * \ Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2021-06-101-0/+3
| |\ \
| * | | Remove duplicate packages keyword in setup.pyMatthew Treinish2020-03-141-1/+0
| * | | Merge branch 'master' into fix-filter-entrypointsMatthew Treinish2020-03-141-1/+14
| |\ \ \
| * | | | Add filter_scripts to packageMatthew Treinish2019-12-151-1/+1
| * | | | Fix typo in extras_requireMatthew Treinish2019-12-151-1/+1
| * | | | Fix setup.pyMatthew Treinish2019-12-151-15/+13
| * | | | Switch to setuptools entrypoint console scripts for filtersMatthew Treinish2019-12-151-41/+35
* | | | | Add testing for Python 3.10Stephen Finucane2021-12-151-0/+1
* | | | | Drop support for Python 2.7, 3.5Stephen Finucane2021-12-151-33/+24
| |_|_|/ |/| | |
* | | | Revert "Merge pull request #17 from mtreinish/timestamp-output"Matthew Treinish2021-06-151-1/+0
| |_|/ |/| |
* | | Merge pull request #17 from mtreinish/timestamp-outputJelmer Vernooij2021-03-091-0/+1
|\ \ \
| * | | Add options to output filter to set timestampsMatthew Treinish2020-03-141-0/+1
| | |/ | |/|
* | | add current pythonsThomas Grainger2021-03-041-0/+1
* | | drop Python 3.4 supportThomas Grainger2021-03-041-0/+1
|/ /
* | Add license to setup.pySergiu2020-02-111-0/+1
* | Update setup.pyMatthew Treinish2019-12-131-1/+0
* | Add support for new python versions and update pkg metadataMatthew Treinish2019-12-091-0/+11
|/
* Actually ship subunit2disk.Robert Collins2015-11-051-0/+1
* Skip hypothesis tests on 3.2Robert Collins2015-10-201-1/+2
* Handle very short packetsRobert Collins2015-08-041-1/+3
* Add subunit2disk which exports a stream to the fs.Robert Collins2015-07-131-1/+1
* Add .travis.ymlRobert Collins2015-07-131-0/+4
* Rename README to README.rst for github renderingRobert Collins2015-07-131-1/+1
* 0.0.210.0.21Robert Collins2014-08-271-1/+1
* Release 0.0.200.0.20Robert Collins2014-08-271-1/+3
* * subunit2csv is now installed when using pip.Robert Collins2014-08-241-0/+1
* * testscenarios is now a test dependency, not an install dependency.Robert Collins2014-08-241-2/+4
* Fixes for release process.0.0.19Robert Collins2014-08-241-0/+2
* Merged trunk, fixed conflict.Thomi Richards2013-12-021-1/+1
|\
| * Exit non-zero when listing includes import failures.Robert Collins2013-11-301-1/+1
* | Fix setup.py deps.Thomi Richards2013-11-251-1/+0
* | Lots of fixes from code review.Thomi Richards2013-11-251-1/+2
* | Lots of code cleanup, about to refactor argument parsing.Thomi Richards2013-11-201-0/+1
* | Added new script file, modified setup.py to install it, and added an empty im...Thomi Richards2013-11-181-3/+4
|/
* Release 0.0.11, depending on the new testtools StreamResult API.0.0.11Robert Collins2013-04-081-1/+1
* Port existing filters to v2.Robert Collins2013-03-031-0/+1
* Add basic 1to2 and 2to1 filters.Robert Collins2013-02-251-0/+2
* Also include tests in PyPI tarball, for folk that want to run them to validat...Robert Collins2012-12-171-1/+1
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-1/+2
* Make version guessing more reliable (mgz)Jonathan Lange2011-12-081-11/+14
|\
| * Make version detection in setup.py slightly more robustMartin2011-08-071-11/+14
* | Release 0.0.7.0.0.7Robert Collins2011-06-121-1/+1
|/
* Document the fact that subunit needs testtools 0.9.6 or later.Jonathan Lange2010-10-061-1/+1
* Merge the setup.py Tres supplied.Robert Collins2010-06-241-1/+2