summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-01-07 23:13:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-01-07 23:13:16 -0500
commit02f788e73556b90f40acf4b08b27411eb6fc8deb (patch)
treee24482aacf30ee05c1abc29fe6957a472d29908c /tox.ini
parent9f37366aab9cd8f6baa23e6a77cfdb8daf97757e (diff)
downloadpython-setuptools-git-02f788e73556b90f40acf4b08b27411eb6fc8deb.tar.gz
Capture performance of interpreter startup. Ref #3006.feature/distutils-hack-startup-perf
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 07c310bc..d6cc3f56 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,6 +15,8 @@ extras = testing
passenv =
SETUPTOOLS_USE_DISTUTILS
windir # required for test_pkg_resources
+ # honor git config in pytest-perf
+ HOME
[testenv:integration]
deps = {[testenv]deps}