Bas Couwenberg pushed to branch master at Debian GIS Project / mapproxy
Commits: e232a428 by Bas Couwenberg at 2025-03-22T08:16:32+01:00 Update xfail.patch with tests failing in reprotest. - - - - - 2 changed files: - debian/changelog - debian/patches/xfail.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mapproxy (4.0.0+dfsg-1~exp2) UNRELEASED; urgency=medium + + * Update xfail.patch with tests failing in reprotest. + + -- Bas Couwenberg <[email protected]> Sat, 22 Mar 2025 08:16:17 +0100 + mapproxy (4.0.0+dfsg-1~exp1) experimental; urgency=medium * New upstream release. ===================================== debian/patches/xfail.patch ===================================== @@ -100,3 +100,32 @@ Forwarded: not-needed class TestTileClientOnError(object): def setup_method(self): +--- a/mapproxy/test/unit/test_times.py ++++ b/mapproxy/test/unit/test_times.py +@@ -17,6 +17,7 @@ from mapproxy.util.times import timestam + import pytest + + [email protected](strict=False, reason="Fails in reprotest") + def test_timestamp_from_isodate(): + ts = timestamp_from_isodate("2009-06-09T10:57:00") + assert (1244537820.0 - 14 * 3600) < ts < (1244537820.0 + 14 * 3600) +--- a/mapproxy/util/times.py ++++ b/mapproxy/util/times.py +@@ -23,6 +23,8 @@ import calendar + from email.utils import parsedate + from wsgiref.handlers import format_date_time + ++import pytest ++ + + def parse_httpdate(date): + date = parsedate(date) +@@ -60,6 +62,7 @@ def timestamp_before(weeks=0, days=0, ho + return mktime(before.timetuple()) + + [email protected](strict=False, reason="Fails in reprotest") + def timestamp_from_isodate(isodate): + """ + >>> ts = timestamp_from_isodate('2009-06-09T10:57:00') View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/e232a42805ef8d1df138b6b0f4a22879a9a89834 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/e232a42805ef8d1df138b6b0f4a22879a9a89834 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
