12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-HOCLzFYmOL/tCXT+NO/tCZuVXVowNEPP3g33ZYg4+6Q=";
27 sed -i '/--cov/d' pytest.ini
34 propagatedBuildInputs = [
44 # https://github.com/bcwaldon/warlock/issues/64
45 "test_recursive_models"
48 pythonImportsCheck = [
53 description = "Python object model built on JSON schema and JSON patch";
54 homepage = "https://github.com/bcwaldon/warlock";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ ];