From 1a2e6747c4b5de553b22942f15e97f8a51af4cd1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 6 Jan 2021 08:55:27 +0100 Subject: [PATCH] python3Packages.python-socketio: add pythonImportsCheck --- pkgs/development/python-modules/python-socketio/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/python-socketio/default.nix b/pkgs/development/python-modules/python-socketio/default.nix index c46b02c16b9c..adfe6589ff4a 100644 --- a/pkgs/development/python-modules/python-socketio/default.nix +++ b/pkgs/development/python-modules/python-socketio/default.nix @@ -28,6 +28,8 @@ buildPythonPackage rec { pytestCheckHook ]; + pythonImportsCheck = [ "socketio" ]; + meta = with lib; { description = "Socket.IO server"; homepage = "https://github.com/miguelgrinberg/python-socketio/";