Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 08:51:27 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498797 - head/textproc/py-awesome-slugify
Message-ID:  <201904130851.x3D8pRxX068670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sat Apr 13 08:51:27 2019
New Revision: 498797
URL: https://svnweb.freebsd.org/changeset/ports/498797

Log:
  Fix nosetests for non-default Python version
  
  LOCALBASE/bin/nosetests is installed by py-nose of default Python version.
  
  PR:		237239
  Submitted by:	sunpoet

Modified:
  head/textproc/py-awesome-slugify/Makefile

Modified: head/textproc/py-awesome-slugify/Makefile
==============================================================================
--- head/textproc/py-awesome-slugify/Makefile	Sat Apr 13 06:06:47 2019	(r498796)
+++ head/textproc/py-awesome-slugify/Makefile	Sat Apr 13 08:51:27 2019	(r498797)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904130851.x3D8pRxX068670>