We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a6328 commit 512ed70Copy full SHA for 512ed70
tests/test_provision.py
@@ -110,7 +110,7 @@ def local_pypi_indexes(
110
pypi_server.create_index("mirror", "type=mirror", "mirror_url=https://pypi.org/simple/")
111
mirrored_index = pypi_server.create_index("magic", f"bases={pypi_server.user}/mirror")
112
self_index = pypi_server.create_index("self", "volatile=False")
113
- with elapsed("upload tox and its wheels to devpi"): # takes around 3.2s on # build
+ with elapsed("upload tox and its wheels to devpi"): # takes around 3.2s on build
114
mirrored_index.upload(*tox_wheels, demo_pkg_inline_wheel)
115
self_index.upload(*tox_wheels, demo_pkg_inline_wheel)
116
return mirrored_index, self_index
0 commit comments