git: 5d4f5e5ea6dd - main - devel/py-flake8-future-annotations: enable tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Mar 2023 11:23:38 UTC
The branch main has been updated by matthew:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d4f5e5ea6dde7582075f78792f57e867839ee80
commit 5d4f5e5ea6dde7582075f78792f57e867839ee80
Author: Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-03-22 11:21:56 +0000
Commit: Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-03-22 11:23:36 +0000
devel/py-flake8-future-annotations: enable tests
No additional TEST_DEPENDS required.
---
devel/py-flake8-future-annotations/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-flake8-future-annotations/Makefile b/devel/py-flake8-future-annotations/Makefile
index b866504a477c..790c2b68c3a8 100644
--- a/devel/py-flake8-future-annotations/Makefile
+++ b/devel/py-flake8-future-annotations/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
# The authors claim python 3.7+, but the py-flake8 port requires 3.8+
USES= python:3.8+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes