python3Packages.python-registry: add six to check deps

This commit is contained in:
Martin Weinelt
2022-04-15 01:39:47 +02:00
parent 94fb150cac
commit bd8dac27b4
@@ -4,6 +4,7 @@
, fetchFromGitHub
, pytestCheckHook
, unicodecsv
, six
}:
buildPythonPackage rec {
@@ -24,6 +25,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
six
];
disabledTestPaths = [