Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Thu, 10 Jun 2021 10:53:54
Message-Id: 1623322427.710d19bf18469c1ccd9e0347edbba8cff9627c12.mgorny@gentoo
1 commit: 710d19bf18469c1ccd9e0347edbba8cff9627c12
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 10:49:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 10:53:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710d19bf
7
8 dev-python/setuptools: Reenable tests
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools/setuptools-57.0.0.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/setuptools/setuptools-57.0.0.ebuild b/dev-python/setuptools/setuptools-57.0.0.ebuild
16 index de5047202c8..dd369730c7d 100644
17 --- a/dev-python/setuptools/setuptools-57.0.0.ebuild
18 +++ b/dev-python/setuptools/setuptools-57.0.0.ebuild
19 @@ -33,7 +33,7 @@ BDEPEND="
20 dev-python/pytest-xdist[${PYTHON_USEDEP}]
21 >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
22 dev-python/wheel[${PYTHON_USEDEP}]
23 - ' python3_{7..9} pypy3)
24 + ' python3_{7..10} pypy3)
25 )
26 "
27 PDEPEND="
28 @@ -46,10 +46,10 @@ DISTUTILS_IN_SOURCE_BUILD=1
29 DOCS=( {CHANGES,README}.rst )
30
31 python_test() {
32 - # temporarily skipped, until we port all test deps
33 - [[ ${EPYTHON} == python3.10 ]] && continue
34 + # keep in sync with python_gen_cond_dep above!
35 + has "${EPYTHON}" python3.{7..10} pypy3 || continue
36
37 - distutils_install_for_testing --via-root
38 + distutils_install_for_testing
39 local deselect=(
40 # network
41 'setuptools/tests/test_virtualenv.py::test_pip_upgrade_from_source[None]'