Skip to content

Commit 7dc9e8e

Browse files
author
Mathieu
committed
✅ fix packaging url for test
1 parent 6763c54 commit 7dc9e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_seeding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
bad_expected_mapping = {
3131
"domdf-python-tools": ("https://domdf-python-tools.readthedocs.io/en/latest/", None),
32-
"packaging": ("https://packaging.pypa.io/en/latest/", None),
32+
"packaging": ("https://packaging.pypa.io/en/stable/", None),
3333
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
3434
}
3535

0 commit comments

Comments
 (0)