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.
2 parents 66bfce4 + c5d0e96 commit c3726eaCopy full SHA for c3726ea
manifests/pip.pp
@@ -219,7 +219,7 @@
219
# more than one line with paretheses.
220
$latest_version = join([
221
"${pip_install} ${legacy_resolver} ${pypi_index} ${pypi_extra_index} ${proxy_flag}",
222
- " ${install_args} ${install_editable} ${real_pkgname}==notreallyaversion 2>&1",
+ " ${install_args} ${install_editable} '${real_pkgname}==9!0dev0+x' 2>&1",
223
" | sed -nE 's/.*\\(from versions: (.*, )*(.*)\\)/\\2/p'",
224
' | tr -d "[:space:]"',
225
])
0 commit comments