From 7927fe01f165bb4a3f381601d847036a3a130182 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Mon, 1 Mar 2021 10:55:20 -0700 Subject: 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 --- test/python/docker/compat/constant.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/python/docker/compat/constant.py (limited to 'test/python/docker/compat/constant.py') diff --git a/test/python/docker/compat/constant.py b/test/python/docker/compat/constant.py new file mode 100644 index 000000000..892293c97 --- /dev/null +++ b/test/python/docker/compat/constant.py @@ -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" -- cgit v1.2.3-54-g00ecf