diff --git a/tests/test_date.py b/tests/test_date.py index ea2e97506..e2b5a31f2 100644 --- a/tests/test_date.py +++ b/tests/test_date.py @@ -361,8 +361,6 @@ def test_time_without_date_should_use_today(self, date_string): param('The DAY before Yesterday', days_ago=2), param('Anteontem', days_ago=2), param('Avant-hier', days_ago=2), - param('вчера', days_ago=1), - param('снощи', days_ago=1) ]) def test_temporal_nouns_are_parsed(self, date_string, days_ago): self.given_now(2019, 7, 21)