summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)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
| | | | | | | | | | | | When rebasing this PR branch a duplicate keyword was accidentally added to the setup.py. This commit corrects that oversight.
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit switches from using scripts to setuptools entrypoint console scripts for the filter scripts. This should fix the issues for windows users trying to execute the scripts. To accomplish this the filter scripts are moved into the subunit package namespace and a callable to run the script is added to each module. Closes-Bug: #1322888
* | | | | Add testing for Python 3.10Stephen Finucane2021-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* | | | | Drop support for Python 2.7, 3.5Stephen Finucane2021-12-151-33/+24
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both of these are EOL now. There's no reason to continue supporting them. Python 3.6 is close to EOL but we can give it another release before we formally drop that. We also drop support for installing without setuptools, since this is expected to be effectively always present nowadays. We include a pyproject.toml file just in case that ever changes though. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* | | | Revert "Merge pull request #17 from mtreinish/timestamp-output"Matthew Treinish2021-06-151-1/+0
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1dafb884e47f5fc26232672b01c2a9574577e7be, reversing changes made to 7583ce28db20a0b2ad229a69175949e5a30586fe. This PR had completely broken tests, while I think the feature works it's blocking CI and preventing any merges. I'll rework the PR and resubmit after I get the unittests working.
* | | Merge pull request #17 from mtreinish/timestamp-outputJelmer Vernooij2021-03-091-0/+1
|\ \ \ | | | | | | | | Add options to output filter to set timestamps
| * | | Add options to output filter to set timestampsMatthew Treinish2020-03-141-0/+1
| | |/ | |/| | | | | | | | | | | | | This commit adds 2 new options to subunit-output, --start-time and --stop-time, to specify a timestamp for the start and end of a test in the output.
* | | add current pythonsThomas Grainger2021-03-041-0/+1
| | |
* | | drop Python 3.4 supportThomas Grainger2021-03-041-0/+1
|/ / | | | | | | we cannot test with in on Travis anymore
* | 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
|/ | | | | | | | This commit updates the supported python versions for subunit to include support for newer versions of the language 3.7 and 3.8 which have been released since the last python-subunit release. At the same time it takes the opportunity to update the package metadata to add more details including the new python versions.
* Actually ship subunit2disk.Robert Collins2015-11-051-0/+1
|
* Skip hypothesis tests on 3.2Robert Collins2015-10-201-1/+2
| | | | (It's not 3.2 compatible at the moment).
* Handle very short packetsRobert Collins2015-08-041-1/+3
| | | | Yay quickcheck.
* 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
| | | | | | | | | | ------ BUGFIXES ~~~~~~~~ * Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv. (Robert Collins, #1361924)
* Release 0.0.200.0.20Robert Collins2014-08-271-1/+3
| | | | | | | Also * The python-subunit tarball can now have setup run from the current directory. (Robert Collins, #1361857)
* * subunit2csv is now installed when using pip.Robert Collins2014-08-241-0/+1
| | | | (Robert Collins, #1279669)
* * testscenarios is now a test dependency, not an install dependency.Robert Collins2014-08-241-2/+4
| | | | (Arfrever Frehtes Taifersar Arahesis, #1292757)
* 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 ↵Thomi Richards2013-11-181-3/+4
|/ | | | implementation function.
* 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 ↵Robert Collins2012-12-171-1/+1
| | | | validate behaviour when installed.
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-1/+2
| | | | | testtools has been raised to 0.9.23 to permit this. (Robert Collins, #1090582)
* 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
|