From 0fa4148af439d1471b7ba8cbeaa2719752bfdea5 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 16 Jun 2024 06:22:55 +0000 Subject: Adding metadata --- dev-python/objgraph/objgraph-3.6.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev-python/objgraph') 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 -- cgit v1.3.1