Skip to content

Commit

Permalink
use valid, but highly unlikely package version
Browse files Browse the repository at this point in the history
  • Loading branch information
acojocariu1-godaddy authored Aug 19, 2024
1 parent 66bfce4 commit c5d0e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pip.pp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
# more than one line with paretheses.
$latest_version = join([
"${pip_install} ${legacy_resolver} ${pypi_index} ${pypi_extra_index} ${proxy_flag}",
" ${install_args} ${install_editable} ${real_pkgname}==notreallyaversion 2>&1",
" ${install_args} ${install_editable} '${real_pkgname}==9!0dev0+x' 2>&1",
" | sed -nE 's/.*\\(from versions: (.*, )*(.*)\\)/\\2/p'",
' | tr -d "[:space:]"',
])
Expand Down

0 comments on commit c5d0e96

Please sign in to comment.