From a47a63c0fbad06a145793c5eca01e58e89f32c44 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 6 Jan 2021 08:45:39 +0100 Subject: [PATCH] python3Packages.python-engineio: add pythonImportsCheck --- pkgs/development/python-modules/python-engineio/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix index ed998999276..0cbf374c2a5 100644 --- a/pkgs/development/python-modules/python-engineio/default.nix +++ b/pkgs/development/python-modules/python-engineio/default.nix @@ -45,6 +45,7 @@ buildPythonPackage rec { # somehow effective log level does not change? disabledTests = [ "test_logger" ]; + pythonImportsCheck = [ "engineio" ]; meta = with stdenv.lib; { description = "Engine.IO server";