Skip to content

Commit

Permalink
python3Packages.flask-socketio: add pythonImportsCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 6, 2021
1 parent 328040d commit 8a7202c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/flask-socketio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down

0 comments on commit 8a7202c

Please sign in to comment.