diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-24 21:13:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-24 21:13:34 +0100 |
commit | 89b80532c081fb177e050a80b78c5dd9632df112 (patch) | |
tree | c0fdcc66b385a5ed9ebcac68f5ed4917a66bcfd9 /tests/test_profile.py | |
parent | c859f53acfd137df1d388a50b467e2a68f077d48 (diff) | |
download | gemato-89b80532c081fb177e050a80b78c5dd9632df112.tar.gz |
Ignore timestamps in metadata subrepos
Diffstat (limited to 'tests/test_profile.py')
-rw-r--r-- | tests/test_profile.py | 8 |
1 files changed, 8 insertions, 0 deletions
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): |