Skip to content

Commit

Permalink
typo adopts --> addopts
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jul 19, 2024
1 parent 77ed757 commit e818a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.plugin_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Source = "https://github.com/{{cookiecutter.github_user}}/{{cookiecutter.repo_na
[tool.pytest.ini_options]
# Configuration for [pytest](https://docs.pytest.org)
python_files = "test_*.py example_*.py"
adopts = "--pdbcls=IPython.terminal.debugger:TerminalPdb"
addopts = "--pdbcls=IPython.terminal.debugger:TerminalPdb"
filterwarnings = [
"ignore::DeprecationWarning:aiida:",
"ignore:Creating AiiDA configuration folder:",
Expand Down

0 comments on commit e818a1c

Please sign in to comment.