From 8cbecc95e5070cc691d8a33d717572a04555d216 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 +- setup.py | 1 + 2 files changed, 2 insertions(+), 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 diff --git a/setup.py b/setup.py index 2a0b3ec0dd..f556897314 100644 --- a/setup.py +++ b/setup.py @@ -119,6 +119,7 @@ def build_js_files(self): "ipython", "setuptools; python_version >= '3.12'", "pytest-textual-snapshot", + "textual >= 0.43, != 0.65.2, != 0.66", ] benchmark_requires = [