dev-python/cloudflare: disabled intermittently failing tests on 3.12 also

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>
This commit is contained in:
Kyle Elbert
2024-06-26 07:57:26 -05:00
parent 0c1a806aff
commit a7c48bb44b

View File

@@ -68,12 +68,10 @@ python_test() {
local EPYTEST_DESELECT=(
tests/test_client.py::TestCloudflare::test_validate_headers
tests/test_client.py::TestAsyncCloudflare::test_validate_headers )
if [ "${EPYTHON}" == "python3.11" ]; then
#fails due to slight memory leak
#intermittently fail for unknown reasons, passed along to upstream
EPYTEST_DESELECT+=(
tests/test_client.py::TestAsyncCloudflare::test_copy_build_request
tests/test_client.py::TestCloudflare::test_copy_build_request )
fi
epytest
}