Summary
This is a plugin for setuptools that integrates Twisted trial. Once installed, “python ./setup.py trial” will run the package’s unit tests using Twisted trial. The package can also optionally be configured so that “python ./setup.py test” will use Twisted trial instead of pyunit a.k.a. unittest.
Versions
v0.6.0-r1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_7
- Build with Python 3.7
- python3_8
- Build with Python 3.8
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / setuptools : Collection of extensions to Distutils
dev-python / twisted : An asynchronous networking framework written in Python
Depending packages
dev-util / buildbot : BuildBot build automation system
dev-util / buildbot-worker : BuildBot Worker (slave) Daemon
Bugs
- 747712
- dev-python/setuptools_trial-0.6.0-r1 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-python/setuptools_trial: Revision bump, adds python 3.7, 3.8
Bump eapi, also duplicate the pkg tests inside our build environment. metadata.xml take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/setuptools_trial: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/setuptools_trial: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michael Mair-Keimberger · gentoo
update pypi HOMEPAGE to avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/8080 - Mike Gilbert · gentoo
Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540 - Brian Dolbec · gentoo
dev-python/setuptools_trial: Add python-3.6
Clean out unused code. Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Brian Dolbec · gentoo
dev-python/setuptools-trial: New pkg, dep of buildbot test suite