mirror of
https://github.com/containers/podman.git
synced 2025-07-31 04:12:40 +08:00
Refactor python tests to run against python3.9
* Introduce sub-package compat to meet packaging and import requirements * Update documenation for running tests * Add requirements.txt to improve IDE support Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
6
test/python/docker/compat/constant.py
Normal file
6
test/python/docker/compat/constant.py
Normal file
@ -0,0 +1,6 @@
|
||||
ALPINE = "quay.io/libpod/alpine:latest"
|
||||
ALPINE_SHORTNAME = "alpine"
|
||||
ALPINE_TARBALL = "alpine.tar"
|
||||
BB = "quay.io/libpod/busybox:latest"
|
||||
NGINX = "quay.io/libpod/alpine_nginx:latest"
|
||||
infra = "k8s.gcr.io/pause:3.2"
|
Reference in New Issue
Block a user