python311Packages.drf-spectacular: disable failing test
This commit is contained in:
parent
e264d4f4ac
commit
593be02a63
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
# requires django with gdal
|
||||
"test_rest_framework_gis"
|
||||
# outdated test artifact
|
||||
"test_pydantic_decoration"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "drf_spectacular" ];
|
||||
|
|
Loading…
Reference in a new issue