about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matrix-nio/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/matrix-nio/default.nix')
-rw-r--r--pkgs/development/python-modules/matrix-nio/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/matrix-nio/default.nix b/pkgs/development/python-modules/matrix-nio/default.nix
index 1aa838647ad0b..45689c045168f 100644
--- a/pkgs/development/python-modules/matrix-nio/default.nix
+++ b/pkgs/development/python-modules/matrix-nio/default.nix
@@ -79,7 +79,6 @@ buildPythonPackage rec {
   ];
 
   pytestFlagsArray = [
-    "--asyncio-mode=legacy"
     "--benchmark-disable"
   ];