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:
Sergei Trofimovich 2023-12-29 07:09:58 +00:00
parent d20560a3ad
commit 2f5baded88

View File

@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, python3
, testers
}:
let self = with python3.pkgs; buildPythonApplication rec {