diff options
Diffstat (limited to 'dev-python/pytest-mpl/pytest-mpl-0.8.ebuild')
-rw-r--r-- | dev-python/pytest-mpl/pytest-mpl-0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild index a67f44fc725e..a2dd7940cd48 100644 --- a/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild +++ b/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild @@ -27,5 +27,5 @@ DEPEND="${RDEPEND} python_test() { echo "backend : Agg" > "${T}"/matplotlibrc || die - MPLCONFIGDIR="${T}" virtx py.test -v || die + MPLCONFIGDIR="${T}" virtx py.test -v } |