python3Packages.python-engineio: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-01-06 08:45:39 +01:00
parent a050391994
commit a47a63c0fb

View file

@ -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";