python2Packages.sseclient: disable tests

This commit is contained in:
Jonathan Ringer 2020-10-17 09:48:46 -07:00 committed by Jon
parent 5d15eec20b
commit d1d1e39a58

View file

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi
{ stdenv, buildPythonPackage, fetchPypi, isPy27
, requests, six
, backports_unittest-mock, pytestCheckHook, pytestrunner }:
@ -13,6 +13,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests six ];
# some tests use python3 strings
doCheck = !isPy27;
checkInputs = [ backports_unittest-mock pytestCheckHook pytestrunner ];
# tries to open connection to wikipedia