Skip to content

Commit

Permalink
Apparently old pytest doesn’t support tool.pytest.ini_options
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 8, 2021
1 parent 9a8729d commit 71dbec5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Expand Up @@ -38,9 +38,6 @@ dunamai = 'dunamai.__main__:main'
[tool.black]
line-length = 100

[tool.pytest.ini_options]
addopts = '--import-mode=importlib' # allow using test files with same name

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Empty file added tests/integration/__init__.py
Empty file.
Empty file added tests/unit/__init__.py
Empty file.

0 comments on commit 71dbec5

Please sign in to comment.