1 { lib, buildPythonPackage, fetchPypi, pytest }:
3 buildPythonPackage rec {
4 pname = "pytest-subtesthack";
10 hash = "sha256-67UEIDycAf3TedKvp0dofct7HtG+H8DD9Tmy3oEnYgA=";
13 buildInputs = [ pytest ];
19 description = "Terrible plugin to set up and tear down fixtures within the test function itself";
20 homepage = "https://github.com/untitaker/pytest-subtesthack";
21 license = licenses.publicDomain;