commit: 74ee50ef3cc41d25acb889974b3231e887f42e8f Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue Jun 15 12:16:11 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue Jun 15 12:22:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74ee50ef
dev-python/pytest-randomly: exclude failing test Closes: https://bugs.gentoo.org/796203 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild index fe9d7905c..ec85af5d7 100644 --- a/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild +++ b/dev-python/pytest-randomly/pytest-randomly-3.8.0.ebuild @@ -37,5 +37,7 @@ distutils_enable_tests pytest python_test() { distutils_install_for_testing --via-root - pytest -vv || die "Testsuite failed under ${EPYTHON}" + pytest -vv \ + --deselect tests/test_pytest_randomly.py::test_entrypoint_injection \ + || die "Testsuite failed under ${EPYTHON}" }
