Skip to content

Commit 6fa4c8b

Browse files
committed
drop extraneous ref. to importlib-metadata
1 parent 69fa479 commit 6fa4c8b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

formate.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ known_third_party = [
3333
"coverage_pyver_pragma",
3434
"domdf_python_tools",
3535
"github",
36-
"importlib_metadata",
3736
"pytest",
3837
"pytest_cov",
3938
"pytest_randomly",

tests/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
coincidence>=0.2.0
22
coverage>=5.1
33
coverage-pyver-pragma>=0.2.1
4-
importlib-metadata>=3.6.0
54
iniconfig!=1.1.0,>=1.0.1
65
pytest>=6.0.0
76
pytest-cov>=2.8.1

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ deps =
128128
git+https://github.com/python-formate/flake8-missing-annotations.git
129129
pydocstyle>=6.0.0
130130
pygments>=2.7.1
131-
importlib_metadata<4.5.0; python_version<'3.8'
132131
commands = python3 -m flake8_rst_docstrings_sphinx sdjson tests --allow-toolbox {posargs}
133132

134133
[testenv:perflint]

0 commit comments

Comments
 (0)