mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.openapi-core: fix build with jsonschema-path 0.5.0
This commit is contained in:
parent
e4599fe4ce
commit
05c1067067
1 changed files with 9 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ buildPythonPackage rec {
|
|||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"jsonschema-path"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
isodate
|
||||
more-itertools
|
||||
|
|
@ -86,6 +90,11 @@ buildPythonPackage rec {
|
|||
"tests/integration/contrib/django/"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/p1c2u/jsonschema-path/pull/262 broke comparison of `SchemaPath`s
|
||||
"test_returns_default_server"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"openapi_core"
|
||||
"openapi_core.validation.request.validators"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue