commit:     3865bb9415da3411097a63ab98bf4a83d8a821fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 10:30:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 10:30:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3865bb94

dev-python/jupyter_server: Skip one more terminal test

Closes: https://bugs.gentoo.org/841452
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyter_server/jupyter_server-1.17.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/jupyter_server/jupyter_server-1.17.0.ebuild 
b/dev-python/jupyter_server/jupyter_server-1.17.0.ebuild
index 31d23029f730..7d41175712ea 100644
--- a/dev-python/jupyter_server/jupyter_server-1.17.0.ebuild
+++ b/dev-python/jupyter_server/jupyter_server-1.17.0.ebuild
@@ -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() {

Reply via email to