about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 19:24:55 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:59:32 +0100
commitb1eec1c61dfa445682791c5cd7a568a59defc30a (patch)
tree7a103031783db4756a70df015e0e13bae23b247d /nixos
parentf8701bc95090a7ae02b64593b20122f3c48627bb (diff)
downloadnixlib-b1eec1c61dfa445682791c5cd7a568a59defc30a.tar
nixlib-b1eec1c61dfa445682791c5cd7a568a59defc30a.tar.gz
nixlib-b1eec1c61dfa445682791c5cd7a568a59defc30a.tar.bz2
nixlib-b1eec1c61dfa445682791c5cd7a568a59defc30a.tar.lz
nixlib-b1eec1c61dfa445682791c5cd7a568a59defc30a.tar.xz
nixlib-b1eec1c61dfa445682791c5cd7a568a59defc30a.tar.zst
nixlib-b1eec1c61dfa445682791c5cd7a568a59defc30a.zip
nixos/tests/mjolnir: Require matrix-nio[e2e]
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/matrix/mjolnir.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/tests/matrix/mjolnir.nix b/nixos/tests/matrix/mjolnir.nix
index b1ac55d951ce..c88113cb260b 100644
--- a/nixos/tests/matrix/mjolnir.nix
+++ b/nixos/tests/matrix/mjolnir.nix
@@ -107,7 +107,10 @@ import ../make-test-python.nix (
       client = { pkgs, ... }: {
         environment.systemPackages = [
           (pkgs.writers.writePython3Bin "create_management_room_and_invite_mjolnir"
-            { libraries = [ pkgs.python3Packages.matrix-nio ]; } ''
+            { libraries = with pkgs.python3Packages; [
+                matrix-nio
+              ] ++ matrix-nio.optional-dependencies.e2e;
+            } ''
             import asyncio
 
             from nio import (