From ec1120e4c320017f897d7e452789404c63ebd13d Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Mon, 10 Jun 2024 17:14:12 -0400 Subject: [PATCH] ci: Avoid testing with buggy Textual versions These two versions lead to a test suite deadlock. The problem has been reported upstream, so hopefully the next release contains a fix. Signed-off-by: Matt Wozniski --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index c459be6f25..0604e23a01 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -7,4 +7,4 @@ ipython setuptools; python_version >= '3.12' pkgconfig pytest-textual-snapshot -textual >= '0.43' +textual >= 0.43, != 0.65.2, != 0.66