Github messages for voidlinux
 help / color / mirror / Atom feed
From: karl-nilsson <karl-nilsson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-zeroconf: fix do_check.
Date: Tue, 06 Apr 2021 04:17:36 +0200	[thread overview]
Message-ID: <20210406021736.kvDJJPOZLq6Zc_qWUWkcY0PNKfoW4wmhHlCRm-omwwo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30029@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 518 bytes --]

There is an updated pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages zeroconf
https://github.com/void-linux/void-packages/pull/30029

python3-zeroconf: fix do_check.
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

- [x] I built this PR locally for my native architecture, (ARCH-LIBC)



A patch file from https://github.com/void-linux/void-packages/pull/30029.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zeroconf-30029.patch --]
[-- Type: text/x-diff, Size: 798 bytes --]

From a13aa698fb553d3aefe10da52b5590248fadf156 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 5 Apr 2021 22:06:18 -0400
Subject: [PATCH] python3-zeroconf: fix do_check.

---
 srcpkgs/python3-zeroconf/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index 46e78473d8ce..99e08e4316f2 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -15,5 +15,6 @@ distfiles="${homepage}/archive/${version}.tar.gz"
 checksum=b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06
 
 do_check() {
-	python3 -m pytest zeroconf/test.py
+    # IPv6 doesn't work on github CI vms
+	SKIP_IPV6=1 python3 -m pytest zeroconf/test.py
 }

  reply	other threads:[~2021-04-06  2:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-06  2:09 [PR PATCH] " karl-nilsson
2021-04-06  2:17 ` karl-nilsson [this message]
2021-04-06  2:18 ` [PR PATCH] [Updated] " karl-nilsson
2021-04-06  2:21 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210406021736.kvDJJPOZLq6Zc_qWUWkcY0PNKfoW4wmhHlCRm-omwwo@z \
    --to=karl-nilsson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).