[Bug 269412] comms/py-fritzconnection: update to 1.11.0 for updates and bugfixes

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Feb 2023 14:58:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269412

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= pytest include automatic test dependencies and test target

You can simplify and modernize Makefile:

Remove TEST_DEPENDS:
-TEST_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}

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

Add pytest to USE_PYTHON:
+USE_PYTHON=    autoplist distutils pytest

Could you check it?

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