From 89b80532c081fb177e050a80b78c5dd9632df112 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 24 Nov 2017 21:13:34 +0100 Subject: Ignore timestamps in metadata subrepos --- tests/test_profile.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/test_profile.py') diff --git a/tests/test_profile.py b/tests/test_profile.py index a7467b5..8848323 100644 --- a/tests/test_profile.py +++ b/tests/test_profile.py @@ -107,6 +107,14 @@ class EbuildRepositoryTests(TempDirTestCase): 'metadata/timestamp.chk', 'metadata/timestamp.commit', 'metadata/timestamp.x', + 'metadata/dtd/timestamp', + 'metadata/dtd/timestamp.chk', + 'metadata/glsa/timestamp', + 'metadata/glsa/timestamp.chk', + 'metadata/news/timestamp', + 'metadata/news/timestamp.chk', + 'metadata/xml-schema/timestamp', + 'metadata/xml-schema/timestamp.chk', ] def test_get_entry_type_for_path(self): -- cgit v1.2.3