commit: 448b24ec634b5e865ebac65a2a3468b44d624a32 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 5 13:59:21 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 5 14:24:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448b24ec
dev-python/cheetah3: Fix tests Closes: https://bugs.gentoo.org/720982 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cheetah3/cheetah3-3.2.4.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/cheetah3/cheetah3-3.2.4.ebuild b/dev-python/cheetah3/cheetah3-3.2.4.ebuild index 6e9a3455e1f..290c94fd2ab 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}" }
