Skip to content

Commit 512ed70

Browse files
committed
Undo unintentional changes.
1 parent b5a6328 commit 512ed70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_provision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def local_pypi_indexes(
110110
pypi_server.create_index("mirror", "type=mirror", "mirror_url=https://pypi.org/simple/")
111111
mirrored_index = pypi_server.create_index("magic", f"bases={pypi_server.user}/mirror")
112112
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
113+
with elapsed("upload tox and its wheels to devpi"): # takes around 3.2s on build
114114
mirrored_index.upload(*tox_wheels, demo_pkg_inline_wheel)
115115
self_index.upload(*tox_wheels, demo_pkg_inline_wheel)
116116
return mirrored_index, self_index

0 commit comments

Comments
 (0)