summaryrefslogtreecommitdiff
path: root/dev-python/executing/executing-2.0.1.ebuild
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2023-11-06 16:22:47 -0500
committerSam James <sam@gentoo.org>2023-11-07 20:33:58 +0000
commit930c475d8ab0820f3808e02275ba630caf9a414c (patch)
treefb78c59950e3f573f1662a9632056825665facc2 /dev-python/executing/executing-2.0.1.ebuild
parented2e7ddaa99e0f4b802422437a748fcf626a9abc (diff)
downloadgentoo-930c475d8ab0820f3808e02275ba630caf9a414c.tar.gz
gentoo-930c475d8ab0820f3808e02275ba630caf9a414c.tar.bz2
gentoo-930c475d8ab0820f3808e02275ba630caf9a414c.zip
dev-python/executing: add patch for new slow tests
The original skips are technically for tests that take a long time to run, which these aren't really - they just fail if run under a sufficiently slow CPU since they are measuring a hard real-time benchmark. Already accepted upstream. See: https://github.com/alexmojaki/executing/pull/78 Bug: https://bugs.gentoo.org/909738 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/executing/executing-2.0.1.ebuild')
-rw-r--r--dev-python/executing/executing-2.0.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/executing/executing-2.0.1.ebuild b/dev-python/executing/executing-2.0.1.ebuild
index a5e4ed0cc8c8..3e29d488d602 100644
--- a/dev-python/executing/executing-2.0.1.ebuild
+++ b/dev-python/executing/executing-2.0.1.ebuild
@@ -32,6 +32,8 @@ BDEPEND="
)
"
+PATCHES=( "${FILESDIR}/${PN}-2.0.1-additional-slow-tests.patch" )
+
distutils_enable_tests pytest
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}