treewide: random cleanups

This commit is contained in:
Jan Malakhovski
2018-08-08 18:24:19 +00:00
parent 365e288a28
commit b135329dc5
6 changed files with 13 additions and 15 deletions

View File

@@ -14,7 +14,6 @@ buildPythonPackage rec {
sha256 = "1kp2iyx20lpc9dv4qg5fgwf83a1wx6f7hj1ldqyncg0kn9xcrhbg";
};
# Required for tests only
checkInputs = [ mock ];
checkPhase = "${python.interpreter} -m unittest discover -s tests";