[med-svn] [Git][med-team/python-cogent][master] 2 commits: Skip build time tests also for armhf

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Feb 10 07:27:12 GMT 2023



Andreas Tille pushed to branch master at Debian Med / python-cogent


Commits:
6593eeaf by Andreas Tille at 2023-02-10T07:55:07+01:00
Skip build time tests also for armhf

- - - - -
82d1f021 by Andreas Tille at 2023-02-10T08:01:57+01:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-cogent (2022.10.31a1+dfsg-2) unstable; urgency=medium
+
+  * Skip build time tests also for armhf
+
+ -- Andreas Tille <tille at debian.org>  Fri, 10 Feb 2023 07:55:13 +0100
+
 python-cogent (2022.10.31a1+dfsg-1) unstable; urgency=medium
 
   [ Andreas Tille ]


=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ export PYBUILD_BEFORE_TEST=cp -r {dir}/tests/data {build_dir}
 export PYBUILD_TEST_PYTEST=1
 export PYBUILD_TEST_ARGS=-k 'not test_pickleable_member_roundtrip and not test_pickleable_roundtrip'
 export PYBUILD_NAME=cogent3
-ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel s390x mips64el))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel s390x mips64el))
 export PYBUILD_DISABLE=test
 endif
 



View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/compare/35cf15b03479924e031c8db03d6a5a54a08f03ce...82d1f02149b298c03f3e3408cadaeb768020e8b8

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/compare/35cf15b03479924e031c8db03d6a5a54a08f03ce...82d1f02149b298c03f3e3408cadaeb768020e8b8
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/debian-med-commit/attachments/20230210/b1b8c334/attachment-0001.htm>


More information about the debian-med-commit mailing list