From e818a1c4382fb9974482765126012c577bd26811 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Fri, 19 Jul 2024 22:01:30 +0200 Subject: [PATCH] typo adopts --> addopts --- {{cookiecutter.plugin_name}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.plugin_name}}/pyproject.toml b/{{cookiecutter.plugin_name}}/pyproject.toml index 7b0c9c9..d43686a 100644 --- a/{{cookiecutter.plugin_name}}/pyproject.toml +++ b/{{cookiecutter.plugin_name}}/pyproject.toml @@ -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:",