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/pypiserver/
Date: Mon, 31 Jan 2022 00:26:31
Message-Id: 1643588631.e7ce0fb44ba919002dfe3f57c89644e3715fc19d.mgorny@gentoo
1 commit: e7ce0fb44ba919002dfe3f57c89644e3715fc19d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 23:47:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 00:23:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ce0fb4
7
8 dev-python/pypiserver: Disable unstable test
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypiserver/pypiserver-1.4.2.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/pypiserver/pypiserver-1.4.2.ebuild b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
16 index 03081fc7cba8..1403d44c3a2c 100644
17 --- a/dev-python/pypiserver/pypiserver-1.4.2.ebuild
18 +++ b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -40,6 +40,8 @@ python_test() {
26 tests/test_server.py::test_hash_algos
27 tests/test_server.py::test_pipInstall_openOk
28 tests/test_server.py::test_pipInstall_authedOk
29 + # TODO
30 + tests/test_app.py::test_root_count
31 )
32
33 if ! has_version "dev-python/twine[${PYTHON_USEDEP}]"; then