diff --git a/pyproject.toml b/pyproject.toml index 40e5c30f31..683d3e1111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -317,6 +317,8 @@ pyiceberg-core = ["pyiceberg-core"] datafusion = ["datafusion"] [tool.pytest.ini_options] +testpaths = ["tests"] + markers = [ "unmarked: marks a test as a unittest", "s3: marks a test as requiring access to s3 compliant storage (use with --aws-access-key-id, --aws-secret-access-key, and --endpoint args)",