diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-23 18:53:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-23 18:53:43 +0000 |
| commit | 34e9d0eb3bd4e5fcec171a5f2668df1af93534b6 (patch) | |
| tree | 8ece8640b04fea3a7b5c2f94d8dfa9211ce8ea02 /dev-python/matplotlib | |
| parent | cc9073f1ce5239f13420993250d54677183f20cb (diff) | |
| download | baldeagleos-repo-34e9d0eb3bd4e5fcec171a5f2668df1af93534b6.tar.gz baldeagleos-repo-34e9d0eb3bd4e5fcec171a5f2668df1af93534b6.tar.xz baldeagleos-repo-34e9d0eb3bd4e5fcec171a5f2668df1af93534b6.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.10.0.ebuild | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.0.ebuild b/dev-python/matplotlib/matplotlib-3.10.0.ebuild index 968252eb6fa6..98d59fda5be6 100644 --- a/dev-python/matplotlib/matplotlib-3.10.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.10.0.ebuild @@ -204,20 +204,19 @@ python_test() { tests/test_widgets.py::test_check_radio_buttons_image tests/test_widgets.py::test_radio_buttons ) - if has_version "<dev-python/pypy3_10-exe-7.3.13_p2" || - has_version "<dev-python/pypy3_10-exe-bin-7.3.13_p2" - then - EPYTEST_DESELECT+=( - # TypeError is raised when exception is raised in a starred - # expression referencing a generator that uses "yield from" - # and raises -- non-critical, since some exception is raised - # after all - # https://foss.heptapod.net/pypy/pypy/-/issues/4032 - tests/test_axes.py::test_bad_plot_args - tests/test_axes.py::test_plot_errors - tests/test_axes.py::test_plot_format_errors - ) - fi + ;; + pypy3.11) + EPYTEST_DESELECT+=( + # TODO: warning isn't passed through + tests/test_image.py::test_large_image + # TODO + tests/test_axes.py::test_axes_clear_reference_cycle + tests/test_pickle.py::test_complete + tests/test_pickle.py::test_no_pyplot + tests/test_pickle.py::test_pickle_load_from_subprocess + tests/test_pickle.py::test_simple + tests/test_texmanager.py::test_openin_any_paranoid + ) ;; python3.11) EPYTEST_DESELECT+=( |
