Skip to content

Commit

Permalink
Fully remove pytest command
Browse files Browse the repository at this point in the history
pytest-runner has been removed, and it explicitly explains that tests_require
is deprecated in setuptools. There’s no need to keep it.

Related to #367.
  • Loading branch information
liZe committed Sep 6, 2022
1 parent 66bbb8e commit 121420d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ install_requires =
defusedxml
pillow
tinycss2
tests_require =
pytest
python_requires = >= 3.5

[options.entry_points]
Expand All @@ -71,9 +69,6 @@ test =
[bdist_wheel]
python-tag = py3

[aliases]
test = pytest

[tool:pytest]
norecursedirs =
build
Expand Down

0 comments on commit 121420d

Please sign in to comment.