dev-python/cloudflare: deselect async version of same test

Bug: https://bugs.gentoo.org/934952
Signed-off-by: Kyle Elbert <kcelbert@gmail.com>
This commit is contained in:
Kyle Elbert
2024-06-26 05:47:12 -05:00
parent 1ffa96ec3d
commit 25b35c437d

View File

@@ -71,6 +71,7 @@ python_test() {
if [ "${EPYTHON}" == "python3.11" ]; then
#fails due to slight memory leak
EPYTEST_DESELECT+=(
tests/test_client.py::TestAsyncCloudflare::test_copy_build_request
tests/test_client.py::TestCloudflare::test_copy_build_request )
fi
epytest