Skip to content

Commit aa9a8a2

Browse files
committed
Add github issue number into test comment
1 parent 747f480 commit aa9a8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_downstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_yaml_dump(df):
189189

190190
@pytest.mark.parametrize("dependency", ["numpy", "dateutil", "tzdata"])
191191
def test_missing_required_dependency(monkeypatch, dependency):
192-
# GH#61030
192+
# GH#61030, GH61273
193193
original_import = __import__
194194
mock_error = ImportError(f"Mock error for {dependency}")
195195

0 commit comments

Comments
 (0)