···2324 checkInputs = [ pytestCheckHook tox ];
250000026 meta = with lib; {
27 description = "Decentralised, minimalist microblogging service for hackers";
28 homepage = "https://github.com/buckket/twtxt";
···2324 checkInputs = [ pytestCheckHook tox ];
2526+ 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";