3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.python-registry: add six to check deps

This commit is contained in:
Martin Weinelt 2022-03-31 23:32:49 +02:00
parent 94fb150cac
commit bd8dac27b4

View file

@ -4,6 +4,7 @@
, fetchFromGitHub
, pytestCheckHook
, unicodecsv
, six
}:
buildPythonPackage rec {
@ -24,6 +25,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
six
];
disabledTestPaths = [