[WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors#22967
[WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors#22967miss-islington merged 1 commit intopython:masterfrom
Conversation
This was added for (some) Windows buildbots back in 2012, and should either not be necessary anymore, or it should probably get investigated why "\*.*" gets added to filenames in the first place. Ref: https://bugs.python.org/issue15872
3a33d80 to
366c8d5
Compare
The Windows buildbots seem to be unable to agree whether they need them or not.
|
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
|
I think this is still legit. |
|
I mean if it's passing now on all bots, I guess that construct not necessary anymore? You'll need to apply skip news it seems tho? |
Yes, that's what I'm thinking also.
I cannot. |
|
Thanks for wading through these old cobwebs! |
|
|
That looks very unrelated, so ignoring. |
…thonGH-22967) This was added for (some) Windows buildbots back in 2012, and should either not be necessary anymore, or it should probably get investigated why "\*.*" gets added to filenames in the first place. Ref: Automerge-Triggered-By: GH:hynek
This was added for (some) Windows buildbots back in 2012, and should
either not be necessary anymore, or it should probably get investigated
why "*.*" gets added to filenames in the first place.
Ref: https://bugs.python.org/issue15872
https://bugs.python.org/issue15872
Automerge-Triggered-By: GH:hynek