16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
27 hash = "sha256-sBb9HPvX+AKJUMWBME381F2amYdQmBiM8OguGW3lFG0=";
31 sed -i "/--cov/d" setup.cfg
34 build-system = [ setuptools ];
36 dependencies = [ httpx ];
48 disabledTests = [ "test_pass_through" ];
50 pythonImportsCheck = [ "respx" ];
53 description = "Python library for mocking HTTPX";
54 homepage = "https://lundberg.github.io/respx/";
55 changelog = "https://github.com/lundberg/respx/blob/${version}/CHANGELOG.md";
56 license = licenses.bsd3;
57 maintainers = with maintainers; [ fab ];