Merge pull request #231076 from SuperSandro2000/aiohttp-xdist
python310Packages.aiohttp: remove pytest-xdist again and add a commen…
This commit is contained in:
commit
2c13be0d3e
@ -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)) [
|
||||
|
Loading…
Reference in New Issue
Block a user