Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-qt/
Date: Mon, 01 Jan 2018 18:10:52
Message-Id: 1514830240.ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74.blueness@gentoo
1 commit: ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 18:10:22 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 18:10:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb077bc
7
8 dev-python/pytest-qt: tests are broken
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/pytest-qt/pytest-qt-2.3.0.ebuild | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
16 index c78a8782aac..631c78f70ae 100644
17 --- a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
18 +++ b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
19 @@ -35,12 +35,6 @@ python_compile_all() {
20 use doc && sphinx-build -b html docs _build/html
21 }
22
23 -python_test() {
24 - PYTHONPATH="${S}/tests:${BUILD_DIR}/lib" \
25 - PYTEST_PLUGINS=${PN/-/_} \
26 - py.test -v -v -x || die "Tests failed under ${EPYTHON}"
27 -}
28 -
29 python_install_all() {
30 use doc && HTML_DOCS=( _build/html/. )
31 distutils-r1_python_install_all