python2Packages.six: drop

This commit is contained in:
Sigmanificient
2026-01-15 01:41:06 +01:00
parent a5e67d21ab
commit 1eb691efe8
+1 -3
View File
@@ -61,9 +61,7 @@ with super;
setuptools = callPackage ../development/python2-modules/setuptools { };
six = super.six.overridePythonAttrs (_: {
doCheck = false; # circular dependency with pytest
});
six = disabled super.six;
wcwidth = disabled super.wcwitch;