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 ec1120e
Showing 1 changed file with 1 addition 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

0 comments on commit ec1120e

Please sign in to comment.