1 { lib, buildPythonPackage, fetchPypi, pytest }:
3 buildPythonPackage rec {
9 sha256 = "1hl0ln0cicdid4qjk7mv90lw9xkb0v71dlj7q7rn89vzxxm9b53y";
12 checkInputs = [ pytest ];
15 description = "Pytest plugin used to set environment variables";
16 homepage = "https://github.com/MobileDynasty/pytest-env";
17 license = licenses.mit;
18 maintainers = with maintainers; [ earvstedt ];