Loading pkgs/development/python-modules/python-datemath/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "datemath" ]; disabledTests = [ # Test relies on timezone data that may not be present in the test environment "testTimezone" ]; meta = { description = "Python module to emulate the date math used in SOLR and Elasticsearch"; homepage = "https://github.com/nickmaccarthy/python-datemath"; Loading Loading
pkgs/development/python-modules/python-datemath/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "datemath" ]; disabledTests = [ # Test relies on timezone data that may not be present in the test environment "testTimezone" ]; meta = { description = "Python module to emulate the date math used in SOLR and Elasticsearch"; homepage = "https://github.com/nickmaccarthy/python-datemath"; Loading