14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-ngI/7n+JK6oLvaL32nyKxRFlwcbjj/hohoOhKkvekng=";
26 propagatedBuildInputs = [
38 disabledTestPaths = [ "tests/integration" ];
42 # https://github.com/kevin1024/vcrpy/issues/645
43 "test_get_vcr_with_matcher"
44 "test_testcase_playback"
47 pythonImportsCheck = [ "vcr" ];
50 description = "Automatically mock your HTTP interactions to simplify and speed up testing";
51 homepage = "https://github.com/kevin1024/vcrpy";
52 changelog = "https://github.com/kevin1024/vcrpy/releases/tag/v${version}";
53 license = licenses.mit;