mirror of
https://github.com/jordansissel/fpm
synced 2025-08-26 03:34:35 +02:00
As part of making "internal pip" the default (#1820), the test suite needed two main changes: 1) Don't check for easy_install anymore 2) Try to find the right python executable. On my Ubuntu 20.04 system, installing Python gives Python v3 which only makes the "python3" executable available. To compensate, the test suite now tries to find any of "python", "python2", or "python3" to use with the test suite. When found, it will set the appropriate `--python-bin` flag in fpm for each test. For #1820 |
||
---|---|---|
.. | ||
acceptance/puppet/manifests | ||
conversion | ||
fixtures | ||
fpm | ||
spec_setup.rb |