11 buildPythonPackage rec {
19 hash = "sha256-kSCYQKoOQzhQc6xGSlVK0pR8wv1mOp3r+I0DsB4Mwc8=";
27 buildInputs = [ pytest ];
29 nativeCheckInputs = [ pytestCheckHook ];
32 description = "Pytest plugin used to set environment variables";
33 homepage = "https://github.com/MobileDynasty/pytest-env";
34 license = licenses.mit;
35 maintainers = with maintainers; [ erikarvstedt ];