summaryrefslogtreecommitdiff
path: root/dev-python/pytest-mpl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/pytest-mpl
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/pytest-mpl')
-rw-r--r--dev-python/pytest-mpl/Manifest2
-rw-r--r--dev-python/pytest-mpl/pytest-mpl-0.8.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-mpl/Manifest b/dev-python/pytest-mpl/Manifest
index a8b543950d21..5f1981dcd818 100644
--- a/dev-python/pytest-mpl/Manifest
+++ b/dev-python/pytest-mpl/Manifest
@@ -1,3 +1,3 @@
DIST pytest-mpl-0.8.tar.gz 194633 BLAKE2B b21b26ef95ca3d83d429348a639365d19eacce298ecb2cd5964a8be47970d077bff40692ee992a1cd412572623f1cc2a8a502c5b59f526b4f9830d89973f23cb SHA512 4f5f1316d0f545383b9125281b91d9077b52bfa7d91b4eb2f64c6f9642b1abe86c52c9b88171a521d806e579ab9279f49d1405b3f4fcae58a9e75ec5518bacca
-EBUILD pytest-mpl-0.8.ebuild 779 BLAKE2B 211b09e654f066d77fbd24a2eadded9b40d363f19528db8fc1224d53eaf70cefbe935c2730085cadb79b1f51bcecb253d5ef71d78a1e5b38b410dca9a00548cf SHA512 a1a10893c24b1926f38c51a3451c4ddab2e8be7a3a78187cf159f2dc87bba66214903f89896499deb2c9763352e9b2eafdcbdc38bdc0c52788b71294fb8681f1
+EBUILD pytest-mpl-0.8.ebuild 772 BLAKE2B b4b306acaca3f519bbc58624f41d9e8c4df32f75179e4290c937e9bb2bded800e8834fc2341227baa24bd34aa40b6925100c9b3717b02314a7614f9b8653a3cf SHA512 b3e869f2bfdc411da4d4bf80876e409dec4a0bdda31f67328325c328dce240006b3421a479fdcb63b292771fae356720663f0b7564a1b0323b0d53a18eb65465
MISC metadata.xml 521 BLAKE2B 152f49e9eb75c777ad953a6090feb9e3415e19400a6c1de71c99529fbdc48f6073f189af8292ccd61ccad2be9d91849eb6091d315b20e3d01408bf614052d514 SHA512 5b8552f0e0a0c96577e14c8ec98bbdc0f1577d7d25cc41a2fc9d173b0fb45b4c74a9bd66e6357f665c0947c237feceb2d276ef3058046054598804acc6d4430b
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
}