about summary refs log tree commit diff
path: root/pkgs/development/python-modules/channels/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/channels/default.nix')
-rw-r--r--pkgs/development/python-modules/channels/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/channels/default.nix b/pkgs/development/python-modules/channels/default.nix
index 5bc2db228ae48..2d6f0d0091690 100644
--- a/pkgs/development/python-modules/channels/default.nix
+++ b/pkgs/development/python-modules/channels/default.nix
@@ -41,10 +41,6 @@ buildPythonPackage rec {
     pytestCheckHook
   ] ++ passthru.optional-dependencies.daphne;
 
-  pytestFlagsArray = [
-    "--asyncio-mode=legacy"
-  ];
-
   pythonImportsCheck = [
     "channels"
   ];