diff --git a/requirements.txt b/requirements.txt index a5303176..7c9bc9ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e . aiomcache==0.8.2 -aiohttp==3.10.10 +aiohttp==3.11.7 marshmallow==3.22.0 msgpack==1.1.0 pytest==8.3.3 diff --git a/tests/performance/test_concurrency.py b/tests/performance/test_concurrency.py index 1c4dc251..4d1803b2 100644 --- a/tests/performance/test_concurrency.py +++ b/tests/performance/test_concurrency.py @@ -20,7 +20,9 @@ def server(request): p.join(timeout=15) -@pytest.mark.xfail(reason="currently fails >85% of requests on GitHub runner, requires several re-runs to pass") +@pytest.mark.xfail(reason="currently fails >85% of requests on GitHub runner, " + "requires several re-runs to pass", + strict=False) @pytest.mark.skipif(platform.python_implementation() == "PyPy", reason="Not working currently.") def test_concurrency_error_rates(server): """Test with Apache benchmark tool."""