mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
nixos/tests/mjolnir: Require matrix-nio[e2e]
This commit is contained in:
parent
f8701bc950
commit
b1eec1c61d
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user