Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2023 14:58:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269412] comms/py-fritzconnection: update to 1.11.0 for updates and bugfixes
Message-ID:  <bug-269412-7788-DzKXPwygTF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269412-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269412-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269412

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |eduardo@FreeBSD.org

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

USE_PYTHON=3D pytest include automatic test dependencies and test target

You can simplify and modernize Makefile:

Remove TEST_DEPENDS:
-TEST_DEPENDS=3D  ${PYTHON_PKGNAMEPREFIX}pytest>=3D0:devel/py-pytest@${PY_F=
LAVOR}

Remove do-test target:
-do-test:
-       @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest

Add pytest to USE_PYTHON:
+USE_PYTHON=3D    autoplist distutils pytest

Could you check it?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269412-7788-DzKXPwygTF>