pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-FxA
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 10 09:18:29 UTC 2024
Modified Files:
pkgsrc/www/py-FxA: Makefile
Log Message:
ipy-FxA: remove unneeded test dependency
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-FxA/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-FxA/Makefile
diff -u pkgsrc/www/py-FxA/Makefile:1.2 pkgsrc/www/py-FxA/Makefile:1.3
--- pkgsrc/www/py-FxA/Makefile:1.2 Mon May 20 10:10:17 2024
+++ pkgsrc/www/py-FxA/Makefile Sat Aug 10 09:18:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/20 10:10:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/10 09:18:29 wiz Exp $
DISTNAME= PyFxA-0.7.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
@@ -21,7 +21,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.14:../..
TEST_DEPENDS+= ${PYPKGPREFIX}-grequests>=0:../../net/py-grequests
TEST_DEPENDS+= ${PYPKGPREFIX}-responses>=0:../../net/py-responses
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.6.4:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner>=4.5.1:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8>=0:../../devel/py-test-flake8
TEST_DEPENDS+= ${PYPKGPREFIX}-otp>=0:../../security/py-otp
@@ -32,7 +31,7 @@ USE_TOOLS+= ftp:test
PYTHON_VERSIONS_INCOMPATIBLE= 27
# test status as of 0.7.8
-# 18 failed, 97 passed, 1 skipped, 1 warning
+# 18 failed, 97 passed, 1 skipped, 4 warnings
# https://github.com/mozilla/PyFxA/issues/95
# missing files in distfile
Home |
Main Index |
Thread Index |
Old Index