[Bug 256624] devel/py-pytest: Update to 6.2.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 17 Jun 2021 20:10:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256624

--- Comment #5 from Thierry Thomas <thierry@FreeBSD.org> ---
Such a command line will list all ports using devel/py-pytest in TEST_DEPENDS:

$ find /usr/ports -type d ! -name files -print -exec make -V TEST_DEPENDS -C {}
\; 2>/dev/null | grep -B 1 devel/py-pytest

Remark: there are several ways to achieve the same result, do not hesitate to
find a better one!

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