File: fix-test.patch

package info (click to toggle)
python-questionary 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 980 kB
  • sloc: python: 3,920; makefile: 66
file content (11 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: add dim to Attrs initialization to work with prompt-toolkit=3.0.52
Author: Ananthu C V <weepingclown@debian.org>
Bug: https://github.com/tmbo/questionary/issues/461
Forwarded: https://github.com/tmbo/questionary/pull/462
Last-Update: 2025-09-07
--- a/tests/prompts/test_common.py
+++ b/tests/prompts/test_common.py
@@ -229,2 +229,3 @@
             strike=False,
+            dim=False,
         )