diff options
author | Chris Evich <cevich@redhat.com> | 2021-08-09 15:04:31 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-08-09 17:32:55 -0400 |
commit | 27443660ce0f5f7365adc0f5fab98d4831cdd6ef (patch) | |
tree | 711c19ce6c5a0a9c52f7cfb566afcca27025d467 /.cirrus.yml | |
parent | 431707c72044154b956944d00b1ba40b303decb2 (diff) | |
download | podman-27443660ce0f5f7365adc0f5fab98d4831cdd6ef.tar.gz podman-27443660ce0f5f7365adc0f5fab98d4831cdd6ef.tar.bz2 podman-27443660ce0f5f7365adc0f5fab98d4831cdd6ef.zip |
Enable docker-py compat. testing w/ ignored result
Significant bitrot results in almost immediate test failure. This
commit adds only the very basic, bare-minimum needed to get them
started.
***TESTING RESULTS ARE IGNORED***
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index b6ef69a96..ef6ac5e8b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -378,8 +378,7 @@ osx_alt_build_task: always: *binary_artifacts -# This task is a stub: In the future it will be used to verify -# podman is compatible with the docker python-module. +# Verify podman is compatible with the docker python-module. docker-py_test_task: name: Docker-py Compat. alias: docker-py_test |