We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed8ebf commit 1a7a37bCopy full SHA for 1a7a37b
1 file changed
Lib/test/test_ensurepip.py
@@ -38,7 +38,7 @@ def test_version_no_dir(self):
38
self.assertEqual(ensurepip._PIP_VERSION, ensurepip.version())
39
40
def test_wheel_pkg_dir_none(self):
41
- # GH#146310: empty or None WHEEL_PKG_DIR should not search CWD
+ # gh-146310: empty or None WHEEL_PKG_DIR should not search CWD
42
for value in ('', None):
43
with unittest.mock.patch('sysconfig.get_config_var',
44
return_value=value) as get_config_var:
0 commit comments