mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
nixos/testing-python: Add interactive variant support to makeTest
This commit is contained in:
parent
618f82406f
commit
4ce93fbae8
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ rec {
|
|||
then builtins.unsafeGetAttrPos "description" meta
|
||||
else builtins.unsafeGetAttrPos "testScript" t)
|
||||
, extraPythonPackages ? (_ : [])
|
||||
, interactive ? {}
|
||||
} @ t:
|
||||
runTest {
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue