From 4d85e5f48c018dbeeeb024b69b1c226acaa39d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 20 Dec 2022 06:29:57 -0800 Subject: [PATCH] python310Packages.openapi-core: 0.16.2 -> 0.16.3 https://github.com/p1c2u/openapi-core/releases/tag/0.16.3 --- pkgs/development/python-modules/openapi-core/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/openapi-core/default.nix b/pkgs/development/python-modules/openapi-core/default.nix index ea3780c8af31..509e5a2184dd 100644 --- a/pkgs/development/python-modules/openapi-core/default.nix +++ b/pkgs/development/python-modules/openapi-core/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { pname = "openapi-core"; - version = "0.16.2"; + version = "0.16.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -36,7 +36,7 @@ buildPythonPackage rec { owner = "p1c2u"; repo = "openapi-core"; rev = "refs/tags/${version}"; - hash = "sha256-i1MeKPVWowB12gE4kIWBjq6zvn2aIVW4ZDK8bKNAP1o="; + hash = "sha256-aej82CXk0bCE5W0+uuSVSvC08D5yoXv0h1wcoABWRoI="; }; postPatch = '' @@ -91,12 +91,8 @@ buildPythonPackage rec { ++ passthru.optional-dependencies.requests; disabledTestPaths = [ - # AttributeError: 'str' object has no attribute '__name__' - #"tests/integration/validation" # Requires secrets and additional configuration "tests/integration/contrib/django/" - # Unable to detect SECRET_KEY and ROOT_URLCONF - "tests/integration/contrib/django/" ]; pythonImportsCheck = [