diff --git a/pyproject.toml b/pyproject.toml index b822ce5..01fbbc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ filterwarnings = [ "error", "ignore:(ast.Str|Attribute s|ast.NameConstant|ast.Num) is deprecated:DeprecationWarning:_pytest", ] -testpaths = ["tests"] [tool.cibuildwheel] test-command = "pytest {project}"