diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-02 09:06:32 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | 0acc7960a2faa355787c072d073a891c2ac2c7a6 (patch) | |
tree | 479b7557bb834b1a8db5731f381534d599956ac1 /dev-python/testrepository/testrepository-0.0.20.ebuild | |
parent | dev-python/CacheControl: Restrict tests bacause they are not included (diff) | |
download | gentoo-0acc7960a2faa355787c072d073a891c2ac2c7a6.tar.gz gentoo-0acc7960a2faa355787c072d073a891c2ac2c7a6.tar.bz2 gentoo-0acc7960a2faa355787c072d073a891c2ac2c7a6.zip |
dev-python/testrepository: Backport test fixes
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/testrepository/testrepository-0.0.20.ebuild')
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.20.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild index e1dba2ec1e90..f9e97746ada3 100644 --- a/dev-python/testrepository/testrepository-0.0.20.ebuild +++ b/dev-python/testrepository/testrepository-0.0.20.ebuild @@ -34,8 +34,10 @@ DEPEND=" # Required for test phase DISTUTILS_IN_SOURCE_BUILD=1 -# https://github.com/testing-cabal/testrepository/issues/18 -RESTRICT=test +PATCHES=( + "${FILESDIR}"/${P}-test-backport.patch + "${FILESDIR}"/${P}-test-backport1.patch +) python_test() { # some errors appear to have crept in the suite undert py3 since addition. |