diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-03 12:50:51 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-03 12:50:51 +0000 |
| commit | aa50d7cfb65e59074f69e38ca3d0e5fb28c27437 (patch) | |
| tree | eaeb741512746c1fc3c4d05f330deb742385ad87 /dev-python/matplotlib | |
| parent | 7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934 (diff) | |
| download | baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.gz baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.xz baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild b/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild index c0bc507dbb3e..a5038546c334 100644 --- a/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild @@ -80,7 +80,9 @@ RDEPEND=" >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] ) wxwidgets? ( - dev-python/wxpython:*[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/wxpython:*[${PYTHON_USEDEP}] + ' python3_{8..10}) ) " @@ -247,6 +249,11 @@ python_test() { "tests/test_rcparams.py::test_validator_invalid[validate_strlist-arg7-MatplotlibDeprecationWarning]" tests/test_testing.py::test_warn_to_fail ) + [[ ${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'}]" + ) # we need to rebuild mpl against bundled freetype, otherwise # over 1000 tests will fail because of mismatched font rendering |
