mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Inherit test cases from nixpkgs
These packages uses poetry2nix and we can use them for regression testing.
This commit is contained in:
parent
eedd417712
commit
d214b36911
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue