python3Packages.python-registry: add six to check deps
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
, fetchFromGitHub
|
||||
, pytestCheckHook
|
||||
, unicodecsv
|
||||
, six
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -24,6 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
six
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user