Skip to content

Commit

Permalink
Add changelog for #199 (#201)
Browse files Browse the repository at this point in the history
Add changelog for #199
  • Loading branch information
nicoddemus committed May 6, 2019
2 parents 8749791 + f1f2e3c commit f4eb6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/199.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch from ``pkg_resources`` to ``importlib-metadata`` for entrypoint detection for improved performance and import time.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ deps=
pytest-benchmark

[testenv:linting]
skipsdist = True
usedevelop = True
skip_install = true
basepython = python3.6
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
Expand Down

0 comments on commit f4eb6b4

Please sign in to comment.