1 { lib, buildPythonPackage, fetchPypi, pytest }:
3 buildPythonPackage rec {
4 pname = "pytest-warnings";
9 sha256 = "5939f76fe04ad18297e53af0c9fb38aca1ec74db807bd40ad72733603adbbc7d";
12 buildInputs = [ pytest ];
15 description = "Plugin to list Python warnings in pytest report";
16 homepage = "https://github.com/fschulze/pytest-warnings";
17 license = lib.licenses.mit;