dev-python/jupyter_server: Skip one more terminal test

Closes: https://bugs.gentoo.org/841452
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-28 12:30:16 +02:00
parent 81775fd876
commit 3865bb9415

View File

@@ -55,8 +55,9 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
# This fails if your terminal is zsh (and maybe other non-bash as well?)
tests/test_terminal.py::test_terminal_create_with_cwd
tests/test_terminal.py::test_culling
tests/test_terminal.py::test_terminal_create_with_cwd
tests/test_terminal.py::test_terminal_create_with_relative_cwd
)
src_prepare() {