python3Packages.flask-socketio: add pythonImportsCheck
This commit is contained in:
parent
328040d127
commit
8a7202c783
1 changed files with 2 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue