python312Packages.xlwt: re-enable tests

This commit is contained in:
John Chadwick
2024-07-10 19:26:30 -04:00
parent b25926136e
commit 599e471d78
@@ -21,9 +21,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
# tests rely on nose, archived in 2020
doCheck = pythonOlder "3.12";
nativeCheckInputs = [ nose ];
checkPhase = ''