12 , openapi-spec-validator
15 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "4ffcddae6218cf6753a02af36ca9fb1c92eec4689441789ee2e9963230882388";
28 propagatedBuildInputs = [
39 openapi-spec-validator
43 substituteInPlace setup.py \
44 --replace "tests_require = dev_require," "tests_require = None," \
45 --replace "chardet~=4.0" "" \
46 --replace "semver~=2.13" ""
47 substituteInPlace setup.cfg \
48 --replace "--cov-fail-under=90" ""
51 # Disable tests that require network
53 "tests/test_convert.py"
58 pythonImportsCheck = [ "prance" ];
61 description = "Resolving Swagger/OpenAPI 2.0 and 3.0.0 Parser";
62 homepage = "https://github.com/jfinkhaeuser/prance";
63 license = licenses.mit;
64 maintainers = [ maintainers.costrouc ];