about summary refs log tree commit diff
path: root/pkgs/development/python-modules/amqtt
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-11-12 15:18:28 -0800
committerRobert Schütz <nix@dotlambda.de>2022-11-16 08:45:44 -0800
commitb909b493dcb7fc54809315032ff03604925a0b73 (patch)
tree9104b5c7f33db95f503c0f4905777433762b3c39 /pkgs/development/python-modules/amqtt
parentab3c922488d5d10ae89ac69985d625e2f94bdef0 (diff)
python310Packages.amqtt: test in asyncio auto mode
Diffstat (limited to 'pkgs/development/python-modules/amqtt')
-rw-r--r--pkgs/development/python-modules/amqtt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/amqtt/default.nix b/pkgs/development/python-modules/amqtt/default.nix
index ecf326a9a21a9..6f4a5007e7c6c 100644
--- a/pkgs/development/python-modules/amqtt/default.nix
+++ b/pkgs/development/python-modules/amqtt/default.nix
@@ -56,7 +56,7 @@ buildPythonPackage rec {
   ];
 
   pytestFlagsArray = [
-    "--asyncio-mode=legacy"
+    "--asyncio-mode=auto"
   ];
 
   disabledTestPaths = [