Skip to content

Commit 8359d92

Browse files
committed
tests: drop unnecessary force parameter for ebuild repo regen
Since pkgcraft now uses the provided custom cache dir for metadata verification as well.
1 parent 30c3dfd commit 8359d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/repo/test_ebuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def metadata_content(path):
120120

121121
repo = TEST_DATA.repos["metadata"]
122122
# regenerate metadata to an external path
123-
repo.metadata_regen(force=True, path=tmpdir)
123+
repo.metadata_regen(path=tmpdir)
124124
# verify new data matches original
125125
data = sorted(metadata_content(tmpdir))
126126
assert data == sorted(metadata_content(repo.path.joinpath("metadata/md5-cache")))

0 commit comments

Comments
 (0)