mutmut: fix tests
eval
Without the change `tests fails the eval as: $ nix build --no-link -f. mutmut.tests error: undefined variable 'testers'
This commit is contained in:
parent
d20560a3ad
commit
2f5baded88
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
, testers
|
||||
}:
|
||||
|
||||
let self = with python3.pkgs; buildPythonApplication rec {
|
||||
|
|
Loading…
Reference in a new issue