summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-12 13:55:31 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-12 13:55:31 +0100
commit76c0a781315ed8c7b07794c2d3b8863550cb9841 (patch)
treee35b799859101509b77528fa78352131cf734728 /dev-python/matplotlib2tikz
parentacct-user/shellinaboxd: remove user. (diff)
downloadgentoo-76c0a781315ed8c7b07794c2d3b8863550cb9841.tar.gz
gentoo-76c0a781315ed8c7b07794c2d3b8863550cb9841.tar.bz2
gentoo-76c0a781315ed8c7b07794c2d3b8863550cb9841.zip
*/*: [QA] Remove redundant `|| die` on virtx
* `virtx` never required `|| die` to begin with. Closes: https://github.com/gentoo/gentoo/pull/13954 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib2tikz')
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild
index 72605224a0bd..f6d69ccc4c0c 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild
@@ -34,5 +34,5 @@ RESTRICT="test"
python_test() {
local -x MPLBACKEND=Agg
- virtx py.test -v || die "Tests failed with ${EPYTHON}"
+ virtx py.test -v
}