Skip to content

Commit

Permalink
fix: remove pytest minversion
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Nov 29, 2022
1 parent 099cc20 commit 2b0f120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ autoload = "beet.contrib.default"
beet = "beet.pytest_plugin"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "tests beet --ignore beet/__main__.py --doctest-modules"
doctest_optionflags = "NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS"

Expand Down

0 comments on commit 2b0f120

Please sign in to comment.