nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.openapi-core: 0.16.2 -> 0.16.3

https://github.com/p1c2u/openapi-core/releases/tag/0.16.3

authored by

Robert Schütz and committed by
Robert Schütz
4d85e5f4 111ebb0f

+2 -6
+2 -6
pkgs/development/python-modules/openapi-core/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "openapi-core"; 30 - version = "0.16.2"; 30 + version = "0.16.3"; 31 31 format = "pyproject"; 32 32 33 33 disabled = pythonOlder "3.7"; ··· 36 36 owner = "p1c2u"; 37 37 repo = "openapi-core"; 38 38 rev = "refs/tags/${version}"; 39 - hash = "sha256-i1MeKPVWowB12gE4kIWBjq6zvn2aIVW4ZDK8bKNAP1o="; 39 + hash = "sha256-aej82CXk0bCE5W0+uuSVSvC08D5yoXv0h1wcoABWRoI="; 40 40 }; 41 41 42 42 postPatch = '' ··· 91 91 ++ passthru.optional-dependencies.requests; 92 92 93 93 disabledTestPaths = [ 94 - # AttributeError: 'str' object has no attribute '__name__' 95 - #"tests/integration/validation" 96 94 # Requires secrets and additional configuration 97 - "tests/integration/contrib/django/" 98 - # Unable to detect SECRET_KEY and ROOT_URLCONF 99 95 "tests/integration/contrib/django/" 100 96 ]; 101 97