python3Packages.flask-socketio: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-01-06 09:12:50 +01:00
parent 328040d127
commit 8a7202c783
1 changed files with 2 additions and 0 deletions

View File

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