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

Changed files
+4 -2
pkgs
development
python-modules
aws-xray-sdk
+4 -2
pkgs/development/python-modules/aws-xray-sdk/default.nix
···
importlib-metadata,
jsonpickle,
pymysql,
-
pytest-asyncio,
pynamodb,
pytestCheckHook,
pythonOlder,
···
httpx
pymysql
pynamodb
-
pytest-asyncio
pytestCheckHook
sqlalchemy
webtest
···
# We don't care about benchmarks
"tests/test_local_sampling_benchmark.py"
"tests/test_patcher.py"
];
pythonImportsCheck = [ "aws_xray_sdk" ];
···
importlib-metadata,
jsonpickle,
pymysql,
+
pytest-asyncio_0,
pynamodb,
pytestCheckHook,
pythonOlder,
···
httpx
pymysql
pynamodb
+
pytest-asyncio_0
pytestCheckHook
sqlalchemy
webtest
···
# We don't care about benchmarks
"tests/test_local_sampling_benchmark.py"
"tests/test_patcher.py"
+
# async def functions are not natively supported.
+
"tests/test_async_recorder.py"
];
pythonImportsCheck = [ "aws_xray_sdk" ];