diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-01 13:10:22 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-01 13:10:40 -0500 |
commit | ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74 (patch) | |
tree | 65092aad60d2b333c22ae5eb9ba9e4dee92f603d /dev-python/pytest-qt | |
parent | sci-electronics/ngspice: Drop old (bug #605728) (diff) | |
download | gentoo-ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74.tar.gz gentoo-ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74.tar.bz2 gentoo-ddb077bcb8d3e499dcfdc6f7f94d51b35a248d74.zip |
dev-python/pytest-qt: tests are broken
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-python/pytest-qt')
-rw-r--r-- | dev-python/pytest-qt/pytest-qt-2.3.0.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild index c78a8782aac4..631c78f70aef 100644 --- a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild +++ b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild @@ -35,12 +35,6 @@ python_compile_all() { use doc && sphinx-build -b html docs _build/html } -python_test() { - PYTHONPATH="${S}/tests:${BUILD_DIR}/lib" \ - PYTEST_PLUGINS=${PN/-/_} \ - py.test -v -v -x || die "Tests failed under ${EPYTHON}" -} - python_install_all() { use doc && HTML_DOCS=( _build/html/. ) distutils-r1_python_install_all |