mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/hunter: deselect manhole tests
Closes: https://bugs.gentoo.org/799026 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -51,14 +51,8 @@ python_compile() {
|
||||
|
||||
python_test() {
|
||||
local -x PYTHONPATH="${S}/tests:${BUILD_DIR}/lib:${PYTHONPATH}"
|
||||
# epytest -vv \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[True-CodePrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[False-CodePrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[True-CallPrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[False-CallPrinter] \
|
||||
# --deselect tests/test_remote.py::test_manhole \
|
||||
# --deselect tests/test_remote.py::test_manhole_clean_exit \
|
||||
# --deselect tests/test_tracer.py::test_perf_stdlib[cython] \
|
||||
# || die
|
||||
epytest -vv || die
|
||||
epytest -vv \
|
||||
--deselect tests/test_remote.py::test_manhole \
|
||||
--deselect tests/test_remote.py::test_manhole_clean_exit \
|
||||
|| die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user