Merge pull request #182943 from onny/agate

python310Packages.agate: Enable more tests
This commit is contained in:
Robert Scott
2022-07-26 22:52:41 +01:00
committed by GitHub
@@ -15,10 +15,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
disabledTests = [
# See https://github.com/wireservice/agate-excel/issues/45
"test_ambiguous_date"
];
pythonImportsCheck = [ "agate" ];
meta = with lib; {
description = "Adds read support for excel files to agate";