Skip to content

Commit

Permalink
Add comments with instructions for developers
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 1, 2022
1 parent 6819fd2 commit 4b8b573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setuptools/tests/config/downloads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
DOWNLOAD_DIR = Path(__file__).parent


# ----------------------------------------------------------------------
# Please update ./preload.py accordingly when modifying this file
# ----------------------------------------------------------------------


def output_file(url: str, download_dir: Path = DOWNLOAD_DIR):
file_name = url.strip()
for part in NAME_REMOVE:
Expand Down
2 changes: 2 additions & 0 deletions setuptools/tests/config/test_apply_pyprojecttoml.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Make sure that applying the configuration from pyproject.toml is equivalent to
applying a similar configuration from setup.cfg
To run these tests offline, please have a look on ``./downloads/preload.py``
"""
import io
import re
Expand Down

0 comments on commit 4b8b573

Please sign in to comment.