Skip to content

Commit

Permalink
ci: Avoid testing with buggy Textual versions
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
godlygeek committed Jun 10, 2024
1 parent 7c4966b commit 8cbecc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8cbecc9

Please sign in to comment.