We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c3dfd commit 8359d92Copy full SHA for 8359d92
1 file changed
tests/repo/test_ebuild.py
@@ -120,7 +120,7 @@ def metadata_content(path):
120
121
repo = TEST_DATA.repos["metadata"]
122
# regenerate metadata to an external path
123
- repo.metadata_regen(force=True, path=tmpdir)
+ repo.metadata_regen(path=tmpdir)
124
# verify new data matches original
125
data = sorted(metadata_content(tmpdir))
126
assert data == sorted(metadata_content(repo.path.joinpath("metadata/md5-cache")))
0 commit comments