3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.python-socketio: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-01-06 08:55:27 +01:00
parent 8e586c90a8
commit 1a2e6747c4

View file

@ -28,6 +28,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "socketio" ];
meta = with lib; {
description = "Socket.IO server";
homepage = "https://github.com/miguelgrinberg/python-socketio/";