pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/scapy scapy: add a comment about the state of the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31ee046dedcf
branches:  trunk
changeset: 380819:31ee046dedcf
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Jun 16 00:27:44 2022 +0000

description:
scapy: add a comment about the state of the test target

diffstat:

 net/scapy/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c7b5235ca392 -r 31ee046dedcf net/scapy/Makefile
--- a/net/scapy/Makefile        Wed Jun 15 22:31:58 2022 +0000
+++ b/net/scapy/Makefile        Thu Jun 16 00:27:44 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/01/05 15:41:18 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/06/16 00:27:44 gutteridge Exp $
 
 DISTNAME=      scapy-2.4.5
 PKGREVISION=   3
@@ -39,6 +39,11 @@
 
 DATE_VAL=      ${DATE} "+%Y%m%d-%H%M%S"
 
+# XXX this needs to be reworked to use scapy's run_tests with py-tox, which is
+# the normal test suite mechanism now. Test coverage below isn't complete; it
+# could also be tweaked with multiple -t plus -T to exclude irrelevant test
+# components, like the one for Windows, but py-tox would probably be the
+# simpler route.
 do-test:
        cd ${WRKSRC}/test && ${SETENV} PYTHON=${PYTHONBIN} ./run_tests \
                -t regression.uts -f html -K ipv6 -l \



Home | Main Index | Thread Index | Old Index