lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.aws-xray-sdk: pin pytest-asyncio 0.x and disable failing tests

+4 -2
+4 -2
pkgs/development/python-modules/aws-xray-sdk/default.nix
··· 10 10 importlib-metadata, 11 11 jsonpickle, 12 12 pymysql, 13 - pytest-asyncio, 13 + pytest-asyncio_0, 14 14 pynamodb, 15 15 pytestCheckHook, 16 16 pythonOlder, ··· 52 52 httpx 53 53 pymysql 54 54 pynamodb 55 - pytest-asyncio 55 + pytest-asyncio_0 56 56 pytestCheckHook 57 57 sqlalchemy 58 58 webtest ··· 64 64 # We don't care about benchmarks 65 65 "tests/test_local_sampling_benchmark.py" 66 66 "tests/test_patcher.py" 67 + # async def functions are not natively supported. 68 + "tests/test_async_recorder.py" 67 69 ]; 68 70 69 71 pythonImportsCheck = [ "aws_xray_sdk" ];