Inherit test cases from nixpkgs

These packages uses poetry2nix and we can use them for regression testing.
This commit is contained in:
adisbladis 2022-01-18 22:18:00 +12:00
parent eedd417712
commit d214b36911

View file

@ -65,6 +65,9 @@ builtins.removeAttrs
aiopath = callTest ./aiopath { };
fetched-projectdir = callTest ./fetched-projectdir { };
# Inherit test cases from nixpkgs
inherit (pkgs) nixops nixopsUnstable rmfuse;
# Test building poetry
inherit poetry;