Skip to content

Commit 10c22f3

Browse files
committed
Merge branch 'bugfix/280-perf' into bugfix/280-unique-distributions
2 parents 6cb27d3 + 2b64fa2 commit 10c22f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ deps =
3939
ipython
4040
commands =
4141
python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.distribution("ipython")'
42+
python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.entry_points()'
4243

4344
[testenv:release]
4445
skip_install = True

0 commit comments

Comments
 (0)