summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
parent9f37366aab9cd8f6baa23e6a77cfdb8daf97757e (diff)
downloadpython-setuptools-git-feature/distutils-hack-startup-perf.tar.gz
Capture performance of interpreter startup. Ref #3006.feature/distutils-hack-startup-perf
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ce7dc5c8..3bf0b618 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -50,6 +50,7 @@ testing =
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
pytest-enabler >= 1.0.1
+ pytest-perf
# local
mock