Skip to content

Commit

Permalink
Fix flakey test failures. (bartfeenstra#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Jan 8, 2023
1 parent 8c7c7c7 commit 51ec5de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions betty/tests/test_locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def _readlines(self, directory_path: Path) -> Iterator[str]:
with open(directory_path / 'betty' / 'assets' / 'betty.pot') as f:
return filter(
lambda line: not line.startswith((
'# Copyright (C) ',
'# FIRST AUTHOR <EMAIL@ADDRESS>, ',
'"POT-Creation-Date: ',
'"PO-Revision-Date: ',
'"Generated-By: ',
Expand Down

0 comments on commit 51ec5de

Please sign in to comment.