Commit 42d5a174 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.python-datemath: disable failing test

parent a4409905
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";