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

This commit is contained in:
Robert Hensing
2022-09-24 17:38:10 +01:00
parent 618f82406f
commit 4ce93fbae8
+1
View File
@@ -47,6 +47,7 @@ rec {
then builtins.unsafeGetAttrPos "description" meta
else builtins.unsafeGetAttrPos "testScript" t)
, extraPythonPackages ? (_ : [])
, interactive ? {}
} @ t:
runTest {
imports = [