python3Packages.flask-socketio: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-01-06 09:12:50 +01:00
parent 328040d127
commit 8a7202c783

View file

@ -28,6 +28,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "flask_socketio" ];
meta = with lib; {
description = "Socket.IO integration for Flask applications";
homepage = "https://github.com/miguelgrinberg/Flask-SocketIO/";