diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-25 19:23:34 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-28 12:29:52 +0000 |
| commit | 32ec2042864d3a2de26c774739b133dd3a0a2022 (patch) | |
| tree | 7bd45d4e3300f945f80c47a503acf3bb6fa0913a | |
| parent | 0235c6b6f0b86caa238aa4b8289da50d5b1d0525 (diff) | |
| download | ports-32ec2042864d3a2de26c774739b133dd3a0a2022.tar.gz ports-32ec2042864d3a2de26c774739b133dd3a0a2022.zip | |
math/py-levmar: switch to pytest4
- Switch to pytest4 to avoid test failures after updating pytest to 7.x
PR: 256624
| -rw-r--r-- | math/py-levmar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-levmar/Makefile b/math/py-levmar/Makefile index 9b1955d47e8d..4617e9c40cb3 100644 --- a/math/py-levmar/Makefile +++ b/math/py-levmar/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \ ${PYNUMPY} USES= python:3.6+ |
