13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-u/FTLyYYoE8RvOKpmvOpZHoyyICVcpP/keCl8Ye2s9I=";
25 propagatedBuildInputs = [
43 # https://github.com/kevin1024/vcrpy/issues/645
44 "test_get_vcr_with_matcher"
45 "test_testcase_playback"
48 pythonImportsCheck = [
53 description = "Automatically mock your HTTP interactions to simplify and speed up testing";
54 homepage = "https://github.com/kevin1024/vcrpy";
55 changelog = "https://github.com/kevin1024/vcrpy/releases/tag/v${version}";
56 license = licenses.mit;
57 maintainers = with maintainers; [ ];