Skip to content

Commit

Permalink
Dependency cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Nov 26, 2023
1 parent c526934 commit 208b893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -54,12 +54,8 @@ writegood = "statick_tool.plugins.tool.writegood:WriteGoodToolPlugin"
[project.optional-dependencies]
test = [
"coverage",
"flake8-pep3101",
"flake8<5", # Pin until https://github.com/tholo/pytest-flake8/issues/87 is fixed.
"lark",
"mock",
"mypy",
"pycodestyle<2.9.0", # Pin until https://github.com/tholo/pytest-flake8/issues/87 is fixed.
"pydocstyle",
"pytest",
"pytest-cov",
"statick",
Expand All @@ -70,3 +66,6 @@ docs = [
"sphinx==1.7.9",
"yaml-1.3",
]

[tool.isort]
profile = "black"
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ python =

[testenv]
changedir = {toxinidir}/output-{envname}
passenv = CI
setenv = PY_IGNORE_IMPORTMISMATCH = 1
deps =
.[test]
commands =
Expand Down

0 comments on commit 208b893

Please sign in to comment.