Commit b6cf20f
test: Remove xfail markers for describe() tests now that nullable is preserved
The describe() method now correctly preserves nullable modifiers on FK
attributes, so these tests should pass.
Removed xfail from:
- test_declare.py::test_describe
- test_declare.py::test_describe_indexes
- test_declare.py::test_describe_dependencies
- test_foreign_keys.py::test_describe
Note: test_json.py::test_describe still has xfail for a separate issue
(index reconstruction).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ad127be commit b6cf20f
2 files changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | | - | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
0 commit comments