Skip to content

Commit

Permalink
cad/py-cocotb: Add test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Feb 6, 2023
1 parent d6583d6 commit 0b6f13d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cad/py-cocotb/Makefile
Expand Up @@ -15,7 +15,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}find-libpython>0:devel/py-find-libpython@${PY_FLAVOR} \
gtkwave:cad/gtkwave
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.0.0:devel/py-pytest-cov@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.0.0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10.0:devel/py-pytest-mock@${PY_FLAVOR}

USES= python:3.6+ shebangfix
USE_PYTHON= pep517 autoplist
Expand Down

0 comments on commit 0b6f13d

Please sign in to comment.