Skip to content

Commit ef21c89

Browse files
committed
pyproject: Remove pathlib2 from extras (deprecated)
1 parent 873dd89 commit ef21c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ twine = "*"
7676

7777
[tool.poetry.extras]
7878
docs = ["sphinx", "recommonmark", "sphinx-issues", "alagitpull", "aafigure", "pillow"]
79-
test = ["pytest", "pathlib2", "pytest-rerunfailures", "pytest-mock"]
79+
test = ["pytest", "pytest-rerunfailures", "pytest-mock"]
8080
coverage = ["codecov", "coverage", "pytest-cov"]
8181
format = ["black", "isort"]
8282
lint = ["flake8"]

0 commit comments

Comments
 (0)