Skip to content

Commit

Permalink
tests: fix poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur committed Sep 4, 2023
1 parent de73dfc commit 9e07e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let
{ name = "python3-buildtime"; drv = python3; options = buildtimeOptions; }

# weird string license in buildtimeDependencies
{ name = "poetry"; drv = python3Packages.poetry; options = { }; }
{ name = "poetry-buildtime"; drv = python3Packages.poetry; options = buildtimeOptions; }
{ name = "poetry"; drv = poetry; options = { }; }
{ name = "poetry-buildtime"; drv = poetry; options = buildtimeOptions; }

{ name = "git"; drv = git; options = { }; }
{ name = "git-buildtime"; drv = git; options = buildtimeOptions; }
Expand Down

0 comments on commit 9e07e42

Please sign in to comment.