diff options
Diffstat (limited to 'dev-python/objgraph')
| -rw-r--r-- | dev-python/objgraph/objgraph-3.6.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/objgraph/objgraph-3.6.1.ebuild b/dev-python/objgraph/objgraph-3.6.1.ebuild index df80b5e95531..c2f6774f23fd 100644 --- a/dev-python/objgraph/objgraph-3.6.1.ebuild +++ b/dev-python/objgraph/objgraph-3.6.1.ebuild @@ -47,6 +47,12 @@ python_test() { tests.py::StringRepresentationTest::test_short_repr_mocked_instance_method_bound_with_mocked_name ) ;; + python3.13) + EPYTEST_DESELECT+=( + # https://github.com/mgedmin/objgraph/issues/80 + tests.py::StringRepresentationTest::test_edge_label_frame_locals + ) + ;; esac local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
