Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-zeroconf: fix do_check.
@ 2021-04-06  2:09 karl-nilsson
  2021-04-06  2:17 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: karl-nilsson @ 2021-04-06  2:09 UTC (permalink / raw)
  To: ml

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

There is a new 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 b27960d759a8a67c3c5432485386682b7d219957 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
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] python3-zeroconf: fix do_check.
  2021-04-06  2:09 [PR PATCH] python3-zeroconf: fix do_check karl-nilsson
@ 2021-04-06  2:17 ` karl-nilsson
  2021-04-06  2:18 ` karl-nilsson
  2021-04-06  2:21 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: karl-nilsson @ 2021-04-06  2:17 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] python3-zeroconf: fix do_check.
  2021-04-06  2:09 [PR PATCH] python3-zeroconf: fix do_check karl-nilsson
  2021-04-06  2:17 ` [PR PATCH] [Updated] " karl-nilsson
@ 2021-04-06  2:18 ` karl-nilsson
  2021-04-06  2:21 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: karl-nilsson @ 2021-04-06  2:18 UTC (permalink / raw)
  To: ml

[-- 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: 791 bytes --]

From 1972ac90c1170f98a05d60a158853c0d9a4feed2 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..614001d14339 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
+	SKIP_IPV6=1 python3 -m pytest zeroconf/test.py
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: python3-zeroconf: fix do_check.
  2021-04-06  2:09 [PR PATCH] python3-zeroconf: fix do_check karl-nilsson
  2021-04-06  2:17 ` [PR PATCH] [Updated] " karl-nilsson
  2021-04-06  2:18 ` karl-nilsson
@ 2021-04-06  2:21 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2021-04-06  2:21 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

python3-zeroconf: fix do_check.
https://github.com/void-linux/void-packages/pull/30029

Description:
- [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)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-06  2:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06  2:09 [PR PATCH] python3-zeroconf: fix do_check karl-nilsson
2021-04-06  2:17 ` [PR PATCH] [Updated] " karl-nilsson
2021-04-06  2:18 ` karl-nilsson
2021-04-06  2:21 ` [PR PATCH] [Merged]: " abenson

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).