summaryrefslogtreecommitdiff
path: root/dev-python/plotly/files/plotly-6.3.0-test.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-05 04:00:17 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-05 04:00:17 +0100
commit149956b32aae83eed70e06b1c222c2ea474e4db0 (patch)
treebd0539435f337366ccaaa64f8c9b6356b3b7d638 /dev-python/plotly/files/plotly-6.3.0-test.patch
parentb60765649daf784b5c0b6e66fb170ef133b26f72 (diff)
downloadgentoo-149956b32aae83eed70e06b1c222c2ea474e4db0.tar.gz
gentoo-149956b32aae83eed70e06b1c222c2ea474e4db0.tar.bz2
gentoo-149956b32aae83eed70e06b1c222c2ea474e4db0.zip
dev-python/plotly: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plotly/files/plotly-6.3.0-test.patch')
-rw-r--r--dev-python/plotly/files/plotly-6.3.0-test.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/plotly/files/plotly-6.3.0-test.patch b/dev-python/plotly/files/plotly-6.3.0-test.patch
deleted file mode 100644
index 2ae6bef9ef22f..0000000000000
--- a/dev-python/plotly/files/plotly-6.3.0-test.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 622428a4f3f5831dc2d32a74743265fe7dc1f9d6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Wed, 13 Aug 2025 09:55:23 +0200
-Subject: [PATCH] Fix broken import in `mplexporter` tests
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fixes #5253
-
-Signed-off-by: Michał Górny <mgorny@gentoo.org>
----
- plotly/matplotlylib/mplexporter/tests/test_utils.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/plotly/matplotlylib/mplexporter/tests/test_utils.py b/plotly/matplotlylib/mplexporter/tests/test_utils.py
-index 5659163084a..1373dd46795 100644
---- a/plotly/matplotlylib/mplexporter/tests/test_utils.py
-+++ b/plotly/matplotlylib/mplexporter/tests/test_utils.py
-@@ -1,6 +1,6 @@
- from numpy.testing import assert_allclose, assert_equal
--from . import plt
- from .. import utils
-+import matplotlib.pyplot as plt
-
-
- def test_path_data():