diff options
author | 2020-05-05 15:59:21 +0200 | |
---|---|---|
committer | 2020-05-05 16:24:45 +0200 | |
commit | 448b24ec634b5e865ebac65a2a3468b44d624a32 (patch) | |
tree | 9bbd9babf8cbfd160b1ce7b7b78a6c35691a3313 | |
parent | dev-perl/B-Keywords: Bump to version 1.210.0 (diff) | |
download | gentoo-448b24ec634b5e865ebac65a2a3468b44d624a32.tar.gz gentoo-448b24ec634b5e865ebac65a2a3468b44d624a32.tar.bz2 gentoo-448b24ec634b5e865ebac65a2a3468b44d624a32.zip |
dev-python/cheetah3: Fix tests
Closes: https://bugs.gentoo.org/720982
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/cheetah3/cheetah3-3.2.4.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/cheetah3/cheetah3-3.2.4.ebuild b/dev-python/cheetah3/cheetah3-3.2.4.ebuild index 6e9a3455e1f0..290c94fd2abc 100644 --- a/dev-python/cheetah3/cheetah3-3.2.4.ebuild +++ b/dev-python/cheetah3/cheetah3-3.2.4.ebuild @@ -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 \ @@ -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}" } |