Merge pull request #277474 from trofi/mutmut-fix-tests-eval

mutmut: fix `tests` eval
This commit is contained in:
Bobby Rong 2023-12-29 21:51:10 +08:00 committed by GitHub
commit 59d6dec310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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