mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
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@gmail.com>
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user