Skip to content

Commit

Permalink
FIXME check fail with django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Oct 13, 2024
1 parent 42802ea commit cd25e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/drf-spectacular/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ buildPythonPackage rec {

pythonImportsCheck = [ "drf_spectacular" ];

doCheck = false;

meta = with lib; {
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework";
homepage = "https://github.com/tfranzel/drf-spectacular";
Expand Down

0 comments on commit cd25e5e

Please sign in to comment.