Closed carltongibson closed 2 years ago
Merging #1463 (139cc43) into main (ab79783) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #1463 +/- ##
=======================================
Coverage 99.44% 99.44%
=======================================
Files 15 15
Lines 1270 1270
=======================================
Hits 1263 1263
Misses 7 7
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update ab79783...139cc43. Read the comment docs.
OK, so that all passes. The issue is #1050 β intermittent DST failures that never got looked at.
Let's have it fail intermittently: at least then it will be annoying enough to fix. (I shall have to make @adamchainz show me his time-machine project
Always happy to break your test suite π
Good luck with your DST issues π€π»
Django 4.1 is showing up an unexpected success in the test suite. (π© @bmispelon for https://github.com/django/django/commit/91acfc3)
Time to clear that up.
First step is just to remove the problem
@unittest.expectedFailure
and see what the rest of the test suite has to say.Line was added by @rpkilby in 9f86ae2e95c93153d5bd52f4b2ada83f766a5cf3 for #1060.