summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-engineio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-01-06 08:45:39 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-01-06 08:45:39 +0100
commita47a63c0fbad06a145793c5eca01e58e89f32c44 (patch)
tree8f5ca70d7a3b2e71d2bb3195beafe584ff2cedc3 /pkgs/development/python-modules/python-engineio
parenta050391994b914fb08037404f6045cefe457e948 (diff)
python3Packages.python-engineio: add pythonImportsCheck
Diffstat (limited to 'pkgs/development/python-modules/python-engineio')
-rw-r--r--pkgs/development/python-modules/python-engineio/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix
index ed998999276d..0cbf374c2a52 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";