python3Packages.flask-socketio: enable tests
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, coverage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, flask
|
, flask
|
||||||
|
, pytestCheckHook
|
||||||
, python-socketio
|
, python-socketio
|
||||||
, coverage
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@@ -22,9 +23,10 @@ buildPythonPackage rec {
|
|||||||
python-socketio
|
python-socketio
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ coverage ];
|
checkInputs = [
|
||||||
# tests only on github, but lates release there is not tagged
|
coverage
|
||||||
doCheck = false;
|
pytestCheckHook
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Socket.IO integration for Flask applications";
|
description = "Socket.IO integration for Flask applications";
|
||||||
|
|||||||
Reference in New Issue
Block a user