Skip to content

Commit 73cd67e

Browse files
committed
Test with an older version of Textual
The latest version has a regression that breaks our snapshot tests. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent 5bd52eb commit 73cd67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"jinja2 >= 2.9",
2525
"typing_extensions; python_version < '3.8.0'",
2626
"rich >= 11.2.0",
27-
"textual >= 0.41.0",
27+
"textual >= 0.41.0, != 0.80.0, != 0.80.1",
2828
]
2929
dynamic = ["version"]
3030

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ ipython
77
setuptools; python_version >= '3.12'
88
pkgconfig
99
pytest-textual-snapshot
10-
textual >= 0.43, != 0.65.2, != 0.66
10+
textual >= 0.43, != 0.65.2, != 0.66, != 0.80.0, != 0.80.1
1111
packaging

0 commit comments

Comments
 (0)