commit: e7ce0fb44ba919002dfe3f57c89644e3715fc19d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 23:47:59 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 00:23:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ce0fb4
dev-python/pypiserver: Disable unstable test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypiserver/pypiserver-1.4.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/pypiserver/pypiserver-1.4.2.ebuild
b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
index 03081fc7cba8..1403d44c3a2c 100644
--- a/dev-python/pypiserver/pypiserver-1.4.2.ebuild
+++ b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,6 +40,8 @@ python_test() {
tests/test_server.py::test_hash_algos
tests/test_server.py::test_pipInstall_openOk
tests/test_server.py::test_pipInstall_authedOk
+ # TODO
+ tests/test_app.py::test_root_count
)
if ! has_version "dev-python/twine[${PYTHON_USEDEP}]"; then