Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit0b7ee17
committed
Refine TestSubmodule.test_rename xfail condition
This further improves the condition that was corrected in82c361e.Testing on Python 3.13.0 alpha 2 shows the same failure as on 3.12(that I'm at least right now consistently unable to produce on anylower versions).In addition, on both versions of CPython on Windows, the failureseems to consistently resolve if two gc.collect() are placed justabove the code that calls sm.move(). A single call is consistentlyinsufficient. I haven't included any such calls in this commit,since the focus here is on fixing xfail markings, and becuse such achange may benefit from being evaluated separately and may meritfurther accompanying changes. But that this behavior is exhibitedon both 3.12 and the 3.13 alpha further supports removing theupper bound on the xfail marking.1 parent0ae5dd1 commit0b7ee17
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
950 | 950 |
| |
951 | 951 |
| |
952 | 952 |
| |
953 |
| - | |
| 953 | + | |
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
959 | 959 |
| |
960 |
| - | |
| 960 | + | |
961 | 961 |
| |
962 | 962 |
| |
963 | 963 |
| |
|
0 commit comments
Comments
(0)