Merge pull request #172900 from siraben/twtxt-test

authored by Ben Siraphob and committed by GitHub 75101b2d 19768105

+5
+5
pkgs/applications/networking/twtxt/default.nix
··· 23 24 checkInputs = [ pytestCheckHook tox ]; 25 26 meta = with lib; { 27 description = "Decentralised, minimalist microblogging service for hackers"; 28 homepage = "https://github.com/buckket/twtxt";
··· 23 24 checkInputs = [ pytestCheckHook tox ]; 25 26 + disabledTests = [ 27 + # Disable test using relative date and time 28 + "test_tweet_relative_datetime" 29 + ]; 30 + 31 meta = with lib; { 32 description = "Decentralised, minimalist microblogging service for hackers"; 33 homepage = "https://github.com/buckket/twtxt";