From e01ef826d49b31ead54315400acdeb8b17f52a55 Mon Sep 17 00:00:00 2001 From: Christophe Papazian Date: Mon, 9 Mar 2026 17:17:16 +0100 Subject: [PATCH 1/2] enable python tests for tornado endpoint collection --- manifests/python.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/python.yml b/manifests/python.yml index 1ee7a2cccd5..08b19a7798b 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -51,13 +51,11 @@ manifest: tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Negative: v3.17.0 tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Processor_Override: v3.17.0 tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Scanner: v3.17.0 - tests/appsec/api_security/test_endpoint_discovery.py: - - weblog_declaration: - tornado: missing_feature tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery: - weblog_declaration: "*": v3.13.0.dev *django: v3.12.0.dev + tornado: v4.6.0-rc3 tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_authentication: irrelevant tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_metadata: irrelevant tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_request_body_type: irrelevant From 2a87fbbc26a49b2cd21b25c3f92bdee1638a6085 Mon Sep 17 00:00:00 2001 From: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:55:12 +0100 Subject: [PATCH 2/2] Update tornado version from 4.6.0-rc3 to 4.7.0-rc1 --- manifests/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/python.yml b/manifests/python.yml index 08b19a7798b..8556d4df0de 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -55,7 +55,7 @@ manifest: - weblog_declaration: "*": v3.13.0.dev *django: v3.12.0.dev - tornado: v4.6.0-rc3 + tornado: v4.7.0-rc1 tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_authentication: irrelevant tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_metadata: irrelevant tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_request_body_type: irrelevant