Merge pull request #172900 from siraben/twtxt-test

This commit is contained in:
Ben Siraphob
2022-05-13 13:21:17 -05:00
committed by GitHub
@@ -23,6 +23,11 @@ buildPythonApplication rec {
checkInputs = [ pytestCheckHook tox ];
disabledTests = [
# Disable test using relative date and time
"test_tweet_relative_datetime"
];
meta = with lib; {
description = "Decentralised, minimalist microblogging service for hackers";
homepage = "https://github.com/buckket/twtxt";