Add PORTSCOUT

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-10 17:11:15 +00:00
parent 3c813f91f3
commit 80a10ec803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519703

View file

@ -30,6 +30,9 @@ NO_ARCH= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-django-rq
# django-rq 2.2.0+ requires Django 2.0+
PORTSCOUT= limit:^2\.1\.
# https://github.com/rq/django-rq/blob/master/Makefile
do-test:
cd ${WRKSRC} && coverage-${PYTHON_VER} run ${LOCALBASE}/bin/django-admin.py test django_rq --settings=django_rq.tests.settings --pythonpath=.