Merge pull request #172900 from siraben/twtxt-test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user