mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/cloudflare: disabled intermittently failing tests on 3.12 also
Signed-off-by: Kyle Elbert <kcelbert@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user