dagolden / HTTP-CookieJar

A minimalist HTTP user agent cookie jar
2 stars 7 forks source link

Fix tests to pass after 2021-06-09 #10

Closed bmwiedemann closed 3 years ago

bmwiedemann commented 3 years ago

Background: As part of my work on reproducible builds for openSUSE, I check that software still gives identical build results in the future. The usual offset is +15 years, because that is how long I expect some software will be used in some places. This showed up failing tests in our package build. See https://reproducible-builds.org/ for why this matters.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 89.222% when pulling 2f7ab36c80bd19622d10a22298cb4787bb3b5be4 on bmwiedemann:test into 8e443ecb6f424e55c8a26c48557c32b7b2480204 on dagolden:master.

bmwiedemann commented 3 years ago

Was solved for the next 20 years via 7a3b9b1 as part of #11 => closing.