Skip to content

Commit

Permalink
🔧 Fix syntax error in pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
i-be-snek committed Jul 18, 2024
1 parent ac77ed2 commit db8955a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
testpaths = tests
python_files = test_*.py
addopts = -rf --import-mode=importlib
pythonpath = [
"."
]
pythonpath = .

[tool.pytest.ini_options]
log_cli = true
Expand Down

0 comments on commit db8955a

Please sign in to comment.