8 buildPythonPackage rec {
9 pname = "pytest-raisin";
13 src = fetchFromGitHub {
15 repo = "pytest-raisin";
17 hash = "sha256-BI0SWy671DYDTPH4iO811ku6SzpH4ho7eQFUA8PmxW8=";
24 propagatedBuildInputs = [
28 # tests cause circular pytest-raisin already registered with pytest error
32 description = "Plugin enabling the use of exception instances with pytest.raises context";
33 homepage = "https://github.com/wimglenn/pytest-raisin";
34 license = licenses.mit;
35 maintainers = with maintainers; [ aadibajpai ];