13 buildPythonPackage rec {
14 pname = "pytest-mockservers";
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
23 hash = "sha256-Mb3wSbambC1h+lFI+fafwZzm78IvADNAsF/Uw60DFHc=";
27 # https://github.com/Gr1N/pytest-mockservers/pull/75
29 name = "use-poetry-core.patch";
30 url = "https://github.com/Gr1N/pytest-mockservers/commit/c7731186a4e12851ab1c15ab56e652bb48ed59c4.patch";
31 hash = "sha256-/5X3xjJwt2gs3t6f/6n1QZ+CTBq/5+cQE+MgNWyz+Hs=";
43 propagatedBuildInputs = [
48 __darwinAllowLocalNetworking = true;
54 pythonImportsCheck = [
59 description = "A set of fixtures to test your requests to HTTP/UDP servers";
60 homepage = "https://github.com/Gr1N/pytest-mockservers";
61 license = licenses.mit;
62 maintainers = with maintainers; [ fab ];