1 { lib, buildPythonPackage, fetchPypi, python, mock }:
3 buildPythonPackage rec {
9 sha256 = "HcbwsyTTei7SyidGSOzo/SyWodL0QPWMDKF6/Ute3no=";
13 rm test/unit/installation.py
14 sed -i "/test.unit.installation/d" test/settings.cfg
15 # https://github.com/torproject/stem/issues/56
16 sed -i '/MOCK_VERSION/d' run_tests.py
19 checkInputs = [ mock ];
23 ${python.interpreter} run_tests.py -u
27 description = "Controller library that allows applications to interact with Tor";
28 homepage = "https://github.com/onionshare/cepa";
29 license = licenses.lgpl3Only;
30 maintainers = with maintainers; [ lourkeur ];