Skip to content

Commit

Permalink
require pytest by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej730 authored Aug 2, 2024
1 parent 91b231d commit ad14593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ project_urls =
[options]
packages = pytest_blender
python_requires = >=3.7
install_requires =
pytest

[options.entry_points]
console_scripts =
Expand All @@ -39,10 +41,8 @@ pytest11 =

[options.extras_require]
dev =
pytest
pytest-cov
test =
pytest
pytest-cov

[tool:pytest]
Expand Down

0 comments on commit ad14593

Please sign in to comment.