summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 08:38:58 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 09:07:41 +0100
commit579873c7da85cda55b4edef2d211f9fd6439c4bd (patch)
treee512989aa8ee71f0742c1f7173085e94104bc5fa /dev-python/sphinx-testing
parentdev-python/setuptools_trial: Clean py2 deps up (diff)
downloadgentoo-579873c7da85cda55b4edef2d211f9fd6439c4bd.tar.gz
gentoo-579873c7da85cda55b4edef2d211f9fd6439c4bd.tar.bz2
gentoo-579873c7da85cda55b4edef2d211f9fd6439c4bd.zip
dev-python/sphinx-testing: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-testing')
-rw-r--r--dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild3
-rw-r--r--dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild1
-rw-r--r--dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild1
3 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
index b6913ffde4a5..b70328a430ff 100644
--- a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
@@ -20,8 +20,7 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') )"
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_test() {
nosetests || die
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
index 3114100fd698..7b5554b2e1ef 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
@@ -23,7 +23,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
)"
python_test() {
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild
index a9376463d9e7..f8f4f5dc70af 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild
@@ -23,7 +23,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
)"
python_test() {