diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 20:23:40 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 21:26:30 +0100 |
commit | 40c2a67e5ef611dce14c38342bbc6ca5d6f919be (patch) | |
tree | 9fa786ed52eb5b8d0828557527ef088d93f6f994 /dev-python/djangorestframework | |
parent | dev-python/django-cacheops: bump to version 5.1 (diff) | |
download | gentoo-40c2a67e5ef611dce14c38342bbc6ca5d6f919be.tar.gz gentoo-40c2a67e5ef611dce14c38342bbc6ca5d6f919be.tar.bz2 gentoo-40c2a67e5ef611dce14c38342bbc6ca5d6f919be.zip |
dev-python/djangorestframework: restrict tests
Until I figured out, how they are correctly run.
Closes: https://bugs.gentoo.org/768018
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/djangorestframework')
-rw-r--r-- | dev-python/djangorestframework/djangorestframework-3.12.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild index bcc4ec0825e1..b280f1c308d8 100644 --- a/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild +++ b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild @@ -14,6 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" |