potential fix for #9695

This commit is contained in:
Thomas Waldmann 2026-06-01 19:26:11 +02:00
parent bda3d5da48
commit 81c0c54529
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -461,7 +461,7 @@ def test_legacy_archives_satisfies_archives_interface():
class _FakeLegacyRepo(LegacyRepository):
def __init__(self):
pass
self.lock = None
def test_manifest_creates_legacy_archives_for_legacy_repo():