diff --git a/.copier-answers.yml b/.copier-answers.yml index 89d057f..d2563e5 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 839686f +_commit: c9dacb5 _src_path: https://github.com/python-project-templates/base.git add_extension: python email: dev@dau.dev diff --git a/pyproject.toml b/pyproject.toml index de67852..2cea774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,8 +149,7 @@ exclude = [ [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" -testpaths = "python_template/tests" +testpaths = "verilator/tests" [tool.ruff] line-length = 150