We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9950845 commit 2b64fa2Copy full SHA for 2b64fa2
tox.ini
@@ -39,6 +39,7 @@ deps =
39
ipython
40
commands =
41
python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.distribution("ipython")'
42
+ python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.entry_points()'
43
44
[testenv:release]
45
skip_install = True
0 commit comments