From 5f804f5c2eadbb12b5a70f56b5fda527fb12db01 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 23 Jul 2023 07:05:10 -0400 Subject: [PATCH] temp: lower logging on tox-gh --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 15aebb7ec..7ffebc543 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -75,7 +75,7 @@ jobs: python -VV python -m site python -m pip install -r requirements/tox.pip - python -m pip install git+https://github.com/nedbat/tox-gh@nedbat/collapse-prep + python -m pip install git+https://github.com/nedbat/tox-gh@nedbat/lower-logging # For extreme debugging: # python -c "import urllib.request as r; exec(r.urlopen('https://bit.ly/pydoctor').read())"