Skip to content

Commit

Permalink
dev-python/cheetah3: Fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/720982
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed May 5, 2020
1 parent 1b1fed8 commit 448b24e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-python/cheetah3/cheetah3-3.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ BDEPEND="${RDEPEND}"

DOCS=( ANNOUNCE.rst README.rst TODO )

# Race in the test suite
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# Disable broken tests.
sed \
Expand All @@ -41,5 +38,5 @@ python_test() {
cp -r "${S}/Cheetah/Tests/ImportHooksTemplates" \
"${BUILD_DIR}/lib/Cheetah/Tests/ImportHooksTemplates" || die

"${PYTHON}" Cheetah/Tests/Test.py || die "Tests fail with ${EPYTHON}"
"${EPYTHON}" Cheetah/Tests/Test.py || die "Tests fail with ${EPYTHON}"
}

0 comments on commit 448b24e

Please sign in to comment.