dev-python/pycuda: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-12 16:32:58 +01:00
parent df7076342e
commit 06a70ae1dc
7 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
# user is (usually) not in the video group
RESTRICT="userpriv"
RESTRICT="userpriv !test? ( test )"
python_prepare_all() {
cuda_sanitize

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
# user is (usually) not in the video group
RESTRICT="userpriv"
RESTRICT="userpriv !test? ( test )"
python_prepare_all() {
cuda_sanitize

View File

@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
# user is (usually) not in the video group
RESTRICT="userpriv"
RESTRICT="userpriv !test? ( test )"
python_prepare_all() {
cuda_sanitize

View File

@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
# user is (usually) not in the video group
RESTRICT="userpriv"
RESTRICT="userpriv !test? ( test )"
python_prepare_all() {
cuda_sanitize

View File

@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
# user is (usually) not in the video group
RESTRICT="userpriv"
RESTRICT="userpriv !test? ( test )"
python_prepare_all() {
cuda_sanitize

View File

@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
# user is (usually) not in the video group
RESTRICT="userpriv"
RESTRICT="userpriv !test? ( test )"
python_prepare_all() {
cuda_sanitize

View File

@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
# user is (usually) not in the video group
RESTRICT="userpriv"
RESTRICT="userpriv !test? ( test )"
python_prepare_all() {
cuda_sanitize