summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-05-10 15:22:33 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-05-10 20:36:14 +0200
commit0f8d279ceb0d15ebe21f0393189352f564638549 (patch)
tree5e47707dac30b0b39ecd5a9805f341c2852e8933
parent43f884e98466c69a8c1423b6ad16c24423d970b6 (diff)
downloadnixpkgs-0f8d279ceb0d15ebe21f0393189352f564638549.tar
nixpkgs-0f8d279ceb0d15ebe21f0393189352f564638549.tar.gz
nixpkgs-0f8d279ceb0d15ebe21f0393189352f564638549.tar.bz2
nixpkgs-0f8d279ceb0d15ebe21f0393189352f564638549.tar.lz
nixpkgs-0f8d279ceb0d15ebe21f0393189352f564638549.tar.xz
nixpkgs-0f8d279ceb0d15ebe21f0393189352f564638549.tar.zst
nixpkgs-0f8d279ceb0d15ebe21f0393189352f564638549.zip
python310Packages.aiohttp: remove pytest-xdist again and add a comment to not add it again
This reverts commit d65445f5b241e87cd7fed8925eb8adb90735e286.
-rw-r--r--pkgs/development/python-modules/aiohttp/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix
index 114077681c9..75449c9f625 100644
--- a/pkgs/development/python-modules/aiohttp/default.nix
+++ b/pkgs/development/python-modules/aiohttp/default.nix
@@ -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)) [