[Git][debian-gis-team/sarsen][master] Debug environment.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Mar 27 11:14:51 GMT 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / sarsen
Commits:
9a4e99a4 by Bas Couwenberg at 2026-03-27T12:11:53+01:00
Debug environment.
- - - - -
1 changed file:
- debian/patches/salsa-ci.patch
Changes:
=====================================
debian/patches/salsa-ci.patch
=====================================
@@ -11,10 +11,13 @@ Forwarded: https://github.com/bopen/sarsen/pull/94
import numpy as np
import pytest
-@@ -18,6 +20,10 @@ DATA_PATHS = [
+@@ -17,7 +19,13 @@ DATA_PATHS = [
+
GROUPS = ["IW/VV", "IW1/VV"]
++import pprint; import warnings; warnings.warn("env:\n%s" % pprint.pformat(os.environ.__dict__))
++
+ at pytest.mark.skipif(
+ os.getenv("GITLAB_CI") == "true" or not sys.maxsize > 2**32,
+ reason="Process gets killed"
View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/9a4e99a47e4ea16e3ee3c8f07aef0c2932666a99
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/9a4e99a47e4ea16e3ee3c8f07aef0c2932666a99
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260327/2d5c8e27/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list