Skip to content

Commit

Permalink
Fix test failure. Hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
pckroon committed Jan 29, 2024
1 parent a302966 commit 755132e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ requires = [
"setuptools >= 30.3.0",
"pbr",
]

[tool.pytest.ini_options]
addopts = "--import-mode=importlib"
testpaths = ["vermouth/tests"]
python_files = "test_*.py"

0 comments on commit 755132e

Please sign in to comment.