diff --git a/pkgs/development/python-modules/pytest-mp/default.nix b/pkgs/development/python-modules/pytest-mp/default.nix
index 9018370fbdfe9141a45b0992de0ce3fef9fb4b25..6ee68846de6ccc9599e270016383ea199ac9a184 100644
--- a/pkgs/development/python-modules/pytest-mp/default.nix
+++ b/pkgs/development/python-modules/pytest-mp/default.nix
@@ -2,17 +2,20 @@ { lib, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonPackage rec {
pname = "pytest-mp";
src = fetchFromGitHub {
owner = "ansible";
repo = "pytest-mp";
};
postPatch = ''
substituteInPlace setup.py --replace "'setuptools-markdown'" ""
'';
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
application/octet-stream
This content has been proxied by September (3851b).