11 buildPythonPackage rec {
12 pname = "pytest-logdog";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-Tmoq+KAGzn0MMj29rukDfAc4LSIwC8DoMTuBAppV32I=";
25 SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "Pytest plugin to test logging";
49 homepage = "https://github.com/ods/pytest-logdog";
50 license = licenses.mit;
51 maintainers = with maintainers; [ fab ];