summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-01 15:20:38 -0500
committerGitHub <noreply@github.com>2022-03-01 15:20:38 -0500
commitf0c6114a3949a4b1617c5472e70e933fa2bd5c82 (patch)
tree6a9bbe929dd0b726a46b223c2b93e065f1d0034c /Makefile
parent8bdda91ab738d634528259581c8adebe1db007b4 (diff)
parent7729afe9793632673c978b347ccbd999b5152042 (diff)
downloadpodman-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a62e95aab..e45a3ba12 100644
--- a/Makefile
+++ b/Makefile
@@ -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