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.
2 parents 6cb27d3 + 2b64fa2 commit 10c22f3Copy full SHA for 10c22f3
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