Unverified Commit 5ab8b5ae authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #217311 from simonchatts/darwin-unbreak-sanic

python310Packages.sanic: unbreak on Darwin
parents 8ed9778a 18960858
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
, aiofiles
, beautifulsoup4
, buildPythonPackage
, doCheck ? true
, doCheck ? !stdenv.isDarwin # on Darwin, tests fail but pkg still works
, fetchFromGitHub
, gunicorn
, httptools
@@ -126,7 +126,6 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "sanic" ];

  meta = with lib; {
    broken = stdenv.isDarwin;
    description = "Web server and web framework";
    homepage = "https://github.com/sanic-org/sanic/";
    changelog = "https://github.com/sanic-org/sanic/releases/tag/v${version}";