python: editorconfig fixes

This commit is contained in:
zowoq
2020-08-25 12:07:09 +10:00
committed by Jon
parent 1c2ebdc5a3
commit 0cff30bb44
87 changed files with 149 additions and 157 deletions

View File

@@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "untangle";
version = "1.1.1";
src = fetchFromGitHub {
owner = "stchris";
repo = "untangle";
@@ -11,11 +11,11 @@ buildPythonPackage rec {
rev = "61b57cd771a40df7d1621e9ec3c68d9acd733d31";
sha256 = "0ffvlfyyl82xi4akz1lls32lrnlrn44ik41v8x8xh9ghy0n0ick7";
};
checkPhase = ''
${python.interpreter} -m unittest discover -s tests
'';
meta = with lib; {
description = "Convert XML documents into Python objects";
homepage = "https://github.com/stchris/untangle";