Commit 3304ac2
committed
tests/test_parse_qs.py: remove unused test to make mypy ok
mypy was complaining about this test which has been already skipped
unconditionally as it was throwing deprecation warnings.
With werkzeug 3.0.0 this attribute is no longer defined so that makes mypy
to fail, and it was the easiest to remove the test case.1 parent 4f9667d commit 3304ac2
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
0 commit comments