mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pytest-describe: disable pytest-capturelog plugin
Closes: https://bugs.gentoo.org/662820 Package-Manager: Portage-2.3.44, Repoman-2.3.10
This commit is contained in:
@@ -24,7 +24,7 @@ DEPEND="
|
||||
test? ( >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_test() {
|
||||
# We need to disable flaky plugin because test_custom_prefix test validates
|
||||
# pytest output and output from flaky plugin would appear unexpectedly
|
||||
PYTEST_ADDOPTS="-p no:flaky" pytest -vv || die "Tests failed under ${EPYTHON}"
|
||||
# We need to disable some plugins because tests don't like unexpected
|
||||
# output
|
||||
PYTEST_ADDOPTS="-p no:flaky -p no:capturelog" pytest -vv || die "Tests failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user