[arch-commits] Commit in python-zeroconf/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon May 10 17:58:09 UTC 2021


    Date: Monday, May 10, 2021 @ 17:58:08
  Author: jelle
Revision: 929582

Make package reproducible

Modified:
  python-zeroconf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-10 17:37:47 UTC (rev 929581)
+++ PKGBUILD	2021-05-10 17:58:08 UTC (rev 929582)
@@ -3,7 +3,7 @@
 
 pkgname=python-zeroconf
 pkgver=0.29.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A pure python implementation of multicast DNS service discovery"
 arch=('any')
 url="https://github.com/jstasiak/python-zeroconf"
@@ -16,6 +16,7 @@
 
 build() {
   cd "${pkgbase}-${pkgver}"
+  export PYTHONHASHSEED=0
   python3 setup.py build
 }
 
@@ -27,7 +28,7 @@
 
 check() {
   cd "${pkgbase}-${pkgver}"
-  pytest -k test_integration_with_listener_ipv6 zeroconf/test.py
+  pytest -k 'not test_integration_with_listener_ipv6' zeroconf/test.py
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list