pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-hmmlearn: Back to cleaner invocation of pytest
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu Dec 28 13:14:12 2023 -0600
Changeset: e56eea1902634b15662c5e1e03eef51a87659891
Modified Files:
py-hmmlearn/Makefile
Log Message:
py-hmmlearn: Back to cleaner invocation of pytest
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e56eea1902634b15662c5e1e03eef51a87659891
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-hmmlearn/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/py-hmmlearn/Makefile b/py-hmmlearn/Makefile
index 12361dbe68..b8cb11cbca 100644
--- a/py-hmmlearn/Makefile
+++ b/py-hmmlearn/Makefile
@@ -21,7 +21,8 @@ USE_LANGUAGES= c c++
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} setup.py develop
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest --capture=no
+ # cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest --capture=no
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} --capture=no
.include "../../devel/py-pybind11/buildlink3.mk"
.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index