1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-29 04:01:33 +02:00
fpm/spec/fpm
Jordan Sissel c1930fc465 Try to find the right python executable. Also don't require easy_install anymore.
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
2021-11-09 21:29:41 -08:00
..
package Try to find the right python executable. Also don't require easy_install anymore. 2021-11-09 21:29:41 -08:00
command_spec.rb Move fpm version query behavior to run method. 2016-09-11 23:48:39 -07:00
package_convert_spec.rb Add test coverage for #585 2013-12-05 22:47:55 -08:00
package_spec.rb Fix .attributes default value test 2019-02-23 22:00:15 -08:00
rake_task_spec.rb Refactor for Ruby 1.8.7 and add spec 2015-05-16 15:32:38 -04:00
util_spec.rb Fix copy_entry for symlinks (#1348) 2017-07-20 13:11:28 -07:00