Skip to content

Commit

Permalink
Test with an older version of Textual
Browse files Browse the repository at this point in the history
The latest version has a regression that breaks our snapshot tests.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Sep 25, 2024
1 parent 5bd52eb commit 73cd67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"jinja2 >= 2.9",
"typing_extensions; python_version < '3.8.0'",
"rich >= 11.2.0",
"textual >= 0.41.0",
"textual >= 0.41.0, != 0.80.0, != 0.80.1",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ipython
setuptools; python_version >= '3.12'
pkgconfig
pytest-textual-snapshot
textual >= 0.43, != 0.65.2, != 0.66
textual >= 0.43, != 0.65.2, != 0.66, != 0.80.0, != 0.80.1
packaging

0 comments on commit 73cd67e

Please sign in to comment.