File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 222222Pip3ManPagesPackage = get_tested_mock_package (
223223 lazyload = True ,
224224 files = {
225+ '/usr/bin/pip' : {'content' : '' , 'metadata' : {'mode' : 0o755 | stat .S_IFREG }},
226+ '/usr/bin/pip3' : {'content' : '' , 'metadata' : {'mode' : 0o755 | stat .S_IFREG }},
227+ '/usr/bin/pip3.13' : {'content' : '' , 'metadata' : {'mode' : 0o755 | stat .S_IFREG }},
228+ '/usr/bin/pip3.13.3' : {'content' : '' , 'metadata' : {'mode' : 0o755 | stat .S_IFREG }},
225229 '/usr/bin/pip3.14' : {'content' : '' , 'metadata' : {'mode' : 0o755 | stat .S_IFREG }},
226230 '/usr/bin/pip-3.14' : {'content' : '' , 'metadata' : {'mode' : 0o755 | stat .S_IFREG }},
231+ '/usr/share/man/man1/pip.2' : {'content' : 'text' },
232+ '/usr/share/man/man1/pip3.1posix' : {'content' : 'text' },
233+ '/usr/share/man/man1/pip3.13.1' : {'content' : 'text' },
234+ '/usr/share/man/man1/pip3.13.3.1posix.xz' : {'content' : 'xz' },
227235 '/usr/share/man/man1/pip3.14.1.gz' : {'content' : 'gz' },
228236 '/usr/share/man/man1/pip-3.14.1.gz' : {'content' : 'gz' },
229237 },
You can’t perform that action at this time.
0 commit comments