summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-07-23 01:41:21 +0200
committerGitHub <noreply@github.com>2022-07-23 01:41:21 +0200
commit0b02b95c14ddea2f6b869b3150670f85af3839b6 (patch)
treed38e3580492860e1ba0b31a916683e299df74a21
parent1ef70188da1e29cd8ba95bf58c994ba7dd3010c5 (diff)
parentff215b7056ce2adf2b85ecc1a6c3227d2b1a5277 (diff)
downloadgitlab-0b02b95c14ddea2f6b869b3150670f85af3839b6.tar.gz
Merge pull request #2166 from python-gitlab/jlvillal/podman
test: allow `podman` users to run functional tests
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b06dd08..5228315 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skip_missing_interpreters = True
envlist = py310,py39,py38,py37,flake8,black,twine-check,mypy,isort,cz,pylint
[testenv]
-passenv = GITLAB_IMAGE GITLAB_TAG PY_COLORS NO_COLOR FORCE_COLOR
+passenv = GITLAB_IMAGE GITLAB_TAG PY_COLORS NO_COLOR FORCE_COLOR DOCKER_HOST
setenv = VIRTUAL_ENV={envdir}
whitelist_externals = true
usedevelop = True