diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-24 20:23:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-24 20:23:41 +0000 |
| commit | 4bbe50f2a6a056f7fab3870c02685bf5172fe115 (patch) | |
| tree | cf828687d7b10ff2dcd8abf6cc849b1bffb1fda1 /dev-python/matplotlib/matplotlib-3.8.0.ebuild | |
| parent | da22eecb9a6667b405ae4406923c6611f4a2dca0 (diff) | |
| download | baldeagleos-repo-4bbe50f2a6a056f7fab3870c02685bf5172fe115.tar.gz baldeagleos-repo-4bbe50f2a6a056f7fab3870c02685bf5172fe115.tar.xz baldeagleos-repo-4bbe50f2a6a056f7fab3870c02685bf5172fe115.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.8.0.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.8.0.ebuild | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.8.0.ebuild b/dev-python/matplotlib/matplotlib-3.8.0.ebuild index 4f1dd4ca6e0e..bed6d6b6b7b8 100644 --- a/dev-python/matplotlib/matplotlib-3.8.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.8.0.ebuild @@ -83,7 +83,7 @@ RDEPEND=" wxwidgets? ( $(python_gen_cond_dep ' dev-python/wxpython:*[${PYTHON_USEDEP}] - ' python3_{8..10}) + ' python3_{10..11}) ) " @@ -249,11 +249,20 @@ python_test() { tests/test_backends_interactive.py::test_webagg ) - [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=( - # https://github.com/matplotlib/matplotlib/issues/23384 - "tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}]" - "tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtcairo', 'QT_API': 'PyQt5'}]" - ) + case ${EPYTHON} in + python3.11) + EPYTEST_DESELECT+=( + # https://github.com/matplotlib/matplotlib/issues/23384 + "tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}]" + "tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtcairo', 'QT_API': 'PyQt5'}]" + ) + ;; + python3.12) + EPYTEST_DESELECT+=( + tests/test_constrainedlayout.py::test_compressed1 + ) + ;; + esac case "${ABI}" in alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86) |
