1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix nosetests for non-default Python version

LOCALBASE/bin/nosetests is installed by py-nose of default Python version.

PR:		237239
Submitted by:	sunpoet
This commit is contained in:
Matthew Seaman 2019-04-13 08:51:27 +00:00
parent 63f949a06e
commit d46b66d411
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498797

View File

@ -20,7 +20,7 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
TEST_TARGET= do-test
NOSETESTS= nosetests
NOSETESTS= nosetests-${PYTHON_VER}
do-test:
${NOSETESTS} ${STAGEDIR}${PYTHON_SITELIBDIR}/slugify