From d21638424cc92d8fa00e7f440300c92d8532f5a8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 15 Feb 2020 13:44:56 -0500 Subject: tox: get tests passing a bit on Windows We need to use the path separators provided by the python library, and we need to set the git env vars so the name is always known. Not all tests pass, but at least the basic frameworks work now. Change-Id: Icea67098a8d7d58bbf918c78325681cf12a2e5f2 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/255313 Reviewed-by: David Pursehouse Tested-by: Mike Frysinger --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index bd1e18cc..1a9642a3 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,11 @@ envlist = py27, py36, py37, py38 [testenv] deps = pytest -commands = {toxinidir}/run_tests +commands = {envpython} run_tests +setenv = + GIT_AUTHOR_NAME = Repo test author + GIT_COMMITTER_NAME = Repo test committer + EMAIL = repo@gerrit.nodomain [testenv:py27] deps = -- cgit v1.2.3-54-g00ecf