Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pytest-cov-6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Nov 25, 2024
2 parents 54a6af0 + 0b72879 commit 82d0077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion tests/performance/test_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 82d0077

Please sign in to comment.