Skip to content

Commit 4b8b573

Browse files
committed
Add comments with instructions for developers
1 parent 6819fd2 commit 4b8b573

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

setuptools/tests/config/downloads/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
DOWNLOAD_DIR = Path(__file__).parent
1010

1111

12+
# ----------------------------------------------------------------------
13+
# Please update ./preload.py accordingly when modifying this file
14+
# ----------------------------------------------------------------------
15+
16+
1217
def output_file(url: str, download_dir: Path = DOWNLOAD_DIR):
1318
file_name = url.strip()
1419
for part in NAME_REMOVE:

setuptools/tests/config/test_apply_pyprojecttoml.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Make sure that applying the configuration from pyproject.toml is equivalent to
22
applying a similar configuration from setup.cfg
3+
4+
To run these tests offline, please have a look on ``./downloads/preload.py``
35
"""
46
import io
57
import re

0 commit comments

Comments
 (0)