Skip to content

Commit 33113b8

Browse files
committed
Log request operations
1 parent db4f835 commit 33113b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ def lint(session):
6060

6161
def parametrize_test_versions():
6262
"""Parametrize the session with all supported Python & SQLAlchemy versions."""
63+
print("Requesting all SQLAlchemy versions from PyPI...")
6364
response = requests.get("https://pypi.org/pypi/SQLAlchemy/json")
65+
print("Preparing test version candidates...")
6466
response.raise_for_status()
6567
data = response.json()
6668
all_major_and_minor_sqlalchemy_versions = [

0 commit comments

Comments
 (0)