git: 0c3e9c73813a - main - astro/py-pyvo: Fix tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 19:57:41 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c3e9c73813a86062ca56235cc823a71500ef86a commit 0c3e9c73813a86062ca56235cc823a71500ef86a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-09-07 18:44:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-09-07 19:57:38 +0000 astro/py-pyvo: Fix tests --- astro/py-pyvo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astro/py-pyvo/Makefile b/astro/py-pyvo/Makefile index 9af48cc92144..e9ba736cd104 100644 --- a/astro/py-pyvo/Makefile +++ b/astro/py-pyvo/Makefile @@ -27,6 +27,8 @@ USE_PYTHON= distutils autoplist pytest NO_ARCH= yes -# tests as of 1.7: 2 failed, 398 passed, 63 skipped, 1 xfailed in 11.41s, see https://github.com/astropy/pyvo/issues/701 +TEST_ARGS= --remote-data + +# tests as of 1.7: 462 passed, 1 xfailed, 1 xpassed in 146.52s (0:02:26) .include <bsd.port.mk>