dev-python/pandas: fix QA warning about tests
authorAaron Bauman <bman@gentoo.org>
Sun, 24 Nov 2019 16:04:18 +0000 (11:04 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 24 Nov 2019 16:04:18 +0000 (11:04 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/pandas/pandas-0.19.1.ebuild
dev-python/pandas/pandas-0.23.4.ebuild
dev-python/pandas/pandas-0.24.2.ebuild
dev-python/pandas/pandas-9999.ebuild

index 7be80d1893dc2424d1ea58aff15a13d9c1e26fe5..7e022a6f0339b74d8c89d7dd9e750b882ae77a41 100644 (file)
@@ -18,6 +18,7 @@ SLOT="0"
 LICENSE="BSD"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc -minimal full-support test X"
+RESTRICT="!test? ( test )"
 
 MINIMAL_DEPEND="
        >dev-python/numpy-1.7[${PYTHON_USEDEP}]
index b9c5ce203a1aeb031a4ec5ec948cb73c5ced01fc..479e16a6a81c8180c10a3195559bb9464dce1449 100644 (file)
@@ -18,6 +18,7 @@ SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc full-support minimal test X"
+RESTRICT="!test? ( test )"
 
 RECOMMENDED_DEPEND="
        >=dev-python/bottleneck-1.2.1[${PYTHON_USEDEP}]
index f3ac80a8d3a4e3a45657af8e2062f1e0203d7722..19e3901c743b0d6ae34f8d81edde633fa42a6005 100644 (file)
@@ -18,6 +18,7 @@ SLOT="0"
 LICENSE="BSD"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc full-support minimal test X"
+RESTRICT="!test? ( test )"
 
 RECOMMENDED_DEPEND="
        >=dev-python/bottleneck-1.2.1[${PYTHON_USEDEP}]
index 469385a6a85526132c0ed762e0b37f9ed0018c7c..860368b70724bacd81cbee42e621e00be3153fea 100644 (file)
@@ -19,6 +19,7 @@ SLOT="0"
 LICENSE="BSD"
 KEYWORDS=""
 IUSE="doc full-support minimal test X"
+RESTRICT="!test? ( test )"
 
 RECOMMENDED_DEPEND="
        dev-python/bottleneck[${PYTHON_USEDEP}]