nixos/testing-python: Add interactive variant support to makeTest

This commit is contained in:
Robert Hensing 2022-06-27 13:05:59 +02:00
parent 618f82406f
commit 4ce93fbae8

View file

@ -47,6 +47,7 @@ rec {
then builtins.unsafeGetAttrPos "description" meta
else builtins.unsafeGetAttrPos "testScript" t)
, extraPythonPackages ? (_ : [])
, interactive ? {}
} @ t:
runTest {
imports = [