pmbootstrap/pmb/chroot
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
..
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00
apk.py Hello, there! 2017-05-26 22:08:45 +02:00
apk_static.py Set up static code analysis, fix style issues reported by flake8 2017-05-28 02:44:53 +02:00
binfmt.py Hello, there! 2017-05-26 22:08:45 +02:00
distccd.py Hello, there! 2017-05-26 22:08:45 +02:00
init.py Hello, there! 2017-05-26 22:08:45 +02:00
mount.py Hello, there! 2017-05-26 22:08:45 +02:00
other.py Hello, there! 2017-05-26 22:08:45 +02:00
root.py Debian Jessie/Python 3.4 support for the most part (#6) 2017-05-29 20:38:11 +02:00
shutdown.py Hello, there! 2017-05-26 22:08:45 +02:00
user.py Hello, there! 2017-05-26 22:08:45 +02:00
zap.py Hello, there! 2017-05-26 22:08:45 +02:00