diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-13 19:33:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-13 19:33:12 +0200 |
commit | 59bd05dbc166ff2a64ee06939bb47a541ce81389 (patch) | |
tree | 07219bd04282fcfaa51d81fbe3207205b606f74f /tests/test_openpgp.py | |
parent | 6e48fd1c908b902329d873ddd9d3c91294fbd148 (diff) | |
download | gemato-59bd05dbc166ff2a64ee06939bb47a541ce81389.tar.gz |
Revert "Fix tests not to rely on entries without checksum"
Thinking about it more, GLEP 74 does not explicitly forbid entries
without a single checksum, so neither should we.
Reverts: 6e48fd1c908b902329d873ddd9d3c91294fbd148
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tests/test_openpgp.py')
-rw-r--r-- | tests/test_openpgp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_openpgp.py b/tests/test_openpgp.py index 74a76bb..c57a612 100644 --- a/tests/test_openpgp.py +++ b/tests/test_openpgp.py @@ -138,7 +138,7 @@ TIMESTAMP 2017-10-22T18:06:41Z MANIFEST eclass/Manifest 0 MD5 d41d8cd98f00b204e9800998ecf8427e\ SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 IGNORE local -DATA myebuild-0.ebuild 32 MD5 767179c7a2bff19651ce97d294c30cfb +DATA myebuild-0.ebuild 32 MISC metadata.xml 0 MD5 d41d8cd98f00b204e9800998ecf8427e\ SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 DIST mydistfile.tar.gz 0 MD5 d41d8cd98f00b204e9800998ecf8427e\ |