diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-07-23 01:41:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 01:41:21 +0200 |
commit | 0b02b95c14ddea2f6b869b3150670f85af3839b6 (patch) | |
tree | d38e3580492860e1ba0b31a916683e299df74a21 | |
parent | 1ef70188da1e29cd8ba95bf58c994ba7dd3010c5 (diff) | |
parent | ff215b7056ce2adf2b85ecc1a6c3227d2b1a5277 (diff) | |
download | gitlab-0b02b95c14ddea2f6b869b3150670f85af3839b6.tar.gz |
Merge pull request #2166 from python-gitlab/jlvillal/podman
test: allow `podman` users to run functional tests
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |