We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6819fd2 commit 4b8b573Copy full SHA for 4b8b573
setuptools/tests/config/downloads/__init__.py
@@ -9,6 +9,11 @@
9
DOWNLOAD_DIR = Path(__file__).parent
10
11
12
+# ----------------------------------------------------------------------
13
+# Please update ./preload.py accordingly when modifying this file
14
15
+
16
17
def output_file(url: str, download_dir: Path = DOWNLOAD_DIR):
18
file_name = url.strip()
19
for part in NAME_REMOVE:
setuptools/tests/config/test_apply_pyprojecttoml.py
@@ -1,5 +1,7 @@
1
"""Make sure that applying the configuration from pyproject.toml is equivalent to
2
applying a similar configuration from setup.cfg
3
4
+To run these tests offline, please have a look on ``./downloads/preload.py``
5
"""
6
import io
7
import re
0 commit comments