From ae4f33e8737ea347b8c5a60412dc78c1657e7d6f Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 23 Jun 2026 11:02:13 +0200 Subject: [PATCH] [networkx] Fix regression tests The latest numpy release uses `type` statements, which were introduced in Python 3.12. Therefore, we can't run the regression tests with Python 3.10 and 3.11. --- ...ck_dispatch_decorator.py => check_dispatch_decorator-py312.py} | 0 ...y_function_params.py => check_tricky_function_params-py312.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename stubs/networkx/@tests/test_cases/{check_dispatch_decorator.py => check_dispatch_decorator-py312.py} (100%) rename stubs/networkx/@tests/test_cases/{check_tricky_function_params.py => check_tricky_function_params-py312.py} (100%) diff --git a/stubs/networkx/@tests/test_cases/check_dispatch_decorator.py b/stubs/networkx/@tests/test_cases/check_dispatch_decorator-py312.py similarity index 100% rename from stubs/networkx/@tests/test_cases/check_dispatch_decorator.py rename to stubs/networkx/@tests/test_cases/check_dispatch_decorator-py312.py diff --git a/stubs/networkx/@tests/test_cases/check_tricky_function_params.py b/stubs/networkx/@tests/test_cases/check_tricky_function_params-py312.py similarity index 100% rename from stubs/networkx/@tests/test_cases/check_tricky_function_params.py rename to stubs/networkx/@tests/test_cases/check_tricky_function_params-py312.py