Commit fdfc1fa
committed
Relax strictness of test_legacy_alias_classmethod a bit #653
Robust classmethod detection is apparently not that easy across python
versions.
This is however an extremely minor issue
(it just affects a legacy usage warning message)
And it's not worth keeping this as a blocker for Python 3.13 test coverage.1 parent 52756ba commit fdfc1fa
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
0 commit comments