Skip to content

Commit 1a7a37b

Browse files
authored
Update Lib/test/test_ensurepip.py
1 parent 6ed8ebf commit 1a7a37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_ensurepip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_version_no_dir(self):
3838
self.assertEqual(ensurepip._PIP_VERSION, ensurepip.version())
3939

4040
def test_wheel_pkg_dir_none(self):
41-
# GH#146310: empty or None WHEEL_PKG_DIR should not search CWD
41+
# gh-146310: empty or None WHEEL_PKG_DIR should not search CWD
4242
for value in ('', None):
4343
with unittest.mock.patch('sysconfig.get_config_var',
4444
return_value=value) as get_config_var:

0 commit comments

Comments
 (0)