diff options
| author | Justin Lecher <jlec@gentoo.org> | 2015-11-26 10:27:15 +0100 |
|---|---|---|
| committer | Justin Lecher <jlec@gentoo.org> | 2015-11-26 10:28:25 +0100 |
| commit | d924168b217c90faea5781e0c91fed0f5e797aab (patch) | |
| tree | 38ae7714cde36cb65ff23ad26070b9159b291b49 /dev-python/cssutils/cssutils-1.0.1.ebuild | |
| parent | 38b67633ef867927d87c0930850e7626190d050c (diff) | |
| download | gentoo-d924168b217c90faea5781e0c91fed0f5e797aab.tar.gz gentoo-d924168b217c90faea5781e0c91fed0f5e797aab.tar.bz2 gentoo-d924168b217c90faea5781e0c91fed0f5e797aab.zip | |
dev-python/cssutils: Backport fix for test failures on pypy
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/cssutils/cssutils-1.0.1.ebuild')
| -rw-r--r-- | dev-python/cssutils/cssutils-1.0.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/cssutils/cssutils-1.0.1.ebuild b/dev-python/cssutils/cssutils-1.0.1.ebuild index 60fc7418d096..c2be49f955b6 100644 --- a/dev-python/cssutils/cssutils-1.0.1.ebuild +++ b/dev-python/cssutils/cssutils-1.0.1.ebuild @@ -20,6 +20,10 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}"/${P}-pypy-test-backport.patch +) + python_prepare_all() { # Disable test failing with dev-python/pyxml installed. if has_version dev-python/pyxml; then @@ -35,8 +39,6 @@ python_prepare_all() { } python_test() { - # https://bitbucket.org/cthedot/cssutils/issues/55 - [[ "${EPYTHON}" =~ "pypy" ]] && return ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die # esetup.py test # exclude tests that connect to the network |
