diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-01 15:20:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 15:20:38 -0500 |
commit | f0c6114a3949a4b1617c5472e70e933fa2bd5c82 (patch) | |
tree | 6a9bbe929dd0b726a46b223c2b93e065f1d0034c /Makefile | |
parent | 8bdda91ab738d634528259581c8adebe1db007b4 (diff) | |
parent | 7729afe9793632673c978b347ccbd999b5152042 (diff) | |
download | podman-f0c6114a3949a4b1617c5472e70e933fa2bd5c82.tar.gz podman-f0c6114a3949a4b1617c5472e70e933fa2bd5c82.tar.bz2 podman-f0c6114a3949a4b1617c5472e70e933fa2bd5c82.zip |
Merge pull request #13380 from jwhonce/wip/docker-py
Refactor docker-py compatibility tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -541,7 +541,7 @@ validate.completions: .PHONY: run-docker-py-tests run-docker-py-tests: touch test/__init__.py - env CONTAINERS_CONF=$(CURDIR)/test/apiv2/containers.conf pytest test/python/docker/ + env CONTAINERS_CONF=$(CURDIR)/test/apiv2/containers.conf pytest --disable-warnings test/python/docker/ -rm test/__init__.py .PHONY: localunit |