commit: cff96997b7d381b1e081c02161c23772f8f6464e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Nov 1 17:08:43 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Nov 2 11:47:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff96997
dev-python/testrepository: Restrict tests Github: testing-cabal/testrepository#18 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/testrepository/testrepository-0.0.20.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild index ae10b32..e1dba2e 100644 --- a/dev-python/testrepository/testrepository-0.0.20.ebuild +++ b/dev-python/testrepository/testrepository-0.0.20.ebuild @@ -34,9 +34,13 @@ DEPEND=" # Required for test phase DISTUTILS_IN_SOURCE_BUILD=1 +# https://github.com/testing-cabal/testrepository/issues/18 +RESTRICT=test + python_test() { # some errors appear to have crept in the suite undert py3 since addition. # Python2.7 now passes all. - esetup.py testr + ${PYTHON} testr init || die + ${PYTHON} testr run || die }
