diff --git a/pyproject.toml b/pyproject.toml index fda0f8d..7984ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,9 +71,6 @@ ignore_missing_imports = true module = "gp2040ce_bintools.gui" ignore_errors = true -[tool.pytest] -python_files = ["*_tests.py", "tests.py", "test_*.py"] - [tool.pytest.ini_options] log_cli = 0 log_cli_level = "WARNING"