python310Packages.aiohttp: remove pytest-xdist again and add a comment to not add it again

This reverts commit d65445f5b2.
This commit is contained in:
Sandro Jäckel 2023-05-10 15:22:33 +02:00
parent 43f884e984
commit 0f8d279ceb
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -25,7 +25,6 @@
, freezegun
, gunicorn
, pytest-mock
, pytest-xdist
, pytestCheckHook
, re-assert
, trustme
@ -81,12 +80,12 @@ buildPythonPackage rec {
idna-ssl
];
# NOTE: pytest-xdist cannot be added because it is flaky. See https://github.com/NixOS/nixpkgs/issues/230597 for more info.
nativeCheckInputs = [
async_generator
freezegun
gunicorn
pytest-mock
pytest-xdist
pytestCheckHook
re-assert
] ++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [