summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild')
-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
}