File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def main(argv: Sequence[str] | None = None) -> int:
118118 (
119119 sys .executable ,
120120 "-mdumb_pypi.main" ,
121- # f"--previous-package-list-json={prev_json}",
121+ f"--previous-package-list-json={ prev_json } " ,
122122 f"--package-list-json={ packages_json } " ,
123123 f"--output-dir={ args .dest } " ,
124124 f'--packages-url={ urllib .parse .urljoin (args .pypi_url , "wheels" )} ' ,
Original file line number Diff line number Diff line change 88import zipfile
99from unittest import mock
1010
11- import pytest
1211import re_assert
1312
1413import make_index
@@ -144,7 +143,6 @@ def test_main_multiple_provide_same_package_first_wins(tmp_path):
144143 assert contents ["requires_python" ] == ">=3"
145144
146145
147- @pytest .mark .skip
148146def test_main_previous_packages_exist (tmp_path ):
149147 dist = tmp_path .joinpath ("dist" )
150148 dist .mkdir ()
You can’t perform that action at this time.
0 commit comments