forked from mirrors/nixpkgs
python3Packages.python-socketio: add pythonImportsCheck
This commit is contained in:
parent
8e586c90a8
commit
1a2e6747c4
|
@ -28,6 +28,8 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "socketio" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Socket.IO server";
|
description = "Socket.IO server";
|
||||||
homepage = "https://github.com/miguelgrinberg/python-socketio/";
|
homepage = "https://github.com/miguelgrinberg/python-socketio/";
|
||||||
|
|
Loading…
Reference in a new issue