mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-ada/e3-core: add missing ptyprocess test dep
FAILED tests/tests_e3/os/process/main_test.py::test_rlimit_ctrl_c - ImportError: ptyprocess is needed to run this tests FAILED tests/tests_e3/os/process/main_test.py::test_rlimit_foreground_option - ImportError: ptyprocess is needed to run this tests = 2 failed, 431 passed, 18 skipped, 1 deselected, 1 xfailed, 4 xpassed, 28 warnings in 47.69s = <sys>:0: ResourceWarning: unclosed file <_io.BufferedReader name=19> <sys>:0: ResourceWarning: unclosed file <_io.BufferedReader name=18> <sys>:0: ResourceWarning: unclosed file <_io.BufferedReader name=17> * ERROR: dev-ada/e3-core-22.6.0-r4::gentoo failed (test phase): * pytest failed with python3.13 Bug: https://bugs.gentoo.org/966463 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
102aab9488
commit
4611cb2b17
@ -32,6 +32,7 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? (
|
||||
dev-python/httpretty[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/ptyprocess[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-socket[${PYTHON_USEDEP}]
|
||||
dev-python/requests-mock[${PYTHON_USEDEP}]
|
||||
dev-python/requests-cache[${PYTHON_USEDEP}]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user