pmbootstrap/pmb
Oliver Smith 3b5d5d8086
Debian Jessie/Python 3.4 support for the most part (#6)
* automatically find the chroot binary on Debian, even if it is not
  in the user's PATH
* don't use subprocess.run anymore (remove related testcase, that explicitly
  checked for subprocess.run usage, and used recursive globbing, another
  post 3.4 Python feature, for the checks. A similar case can be added in the
  future, but right now it's more important to get Debian 3.4 working and all
  PRs are reviewed anyway.)
* pytest fixtures: don't use the newer "yield" feature, as this is only
  supported in a newer version of pytest, than provided on Debian Jessie

From manually testing, most stuff works in Debian Jessie. However, the
testsuite does not run through - creating an empty .tar.gz with Python
fails for some reason (this is done in test_apk_static.py).
2017-05-29 20:38:11 +02:00
..
aportgen Hello, there! 2017-05-26 22:08:45 +02:00
build Fix #1: copying user's abuild keys failed 2017-05-27 15:38:04 +02:00
chroot Debian Jessie/Python 3.4 support for the most part (#6) 2017-05-29 20:38:11 +02:00
config Debian Jessie/Python 3.4 support for the most part (#6) 2017-05-29 20:38:11 +02:00
flasher Hello, there! 2017-05-26 22:08:45 +02:00
helpers Debian Jessie/Python 3.4 support for the most part (#6) 2017-05-29 20:38:11 +02:00
install Hello, there! 2017-05-26 22:08:45 +02:00
parse Hello, there! 2017-05-26 22:08:45 +02:00
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00