From ed4ae6a54a174fa1e4750d45124d97d4b1bda1af Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sun, 10 Sep 2023 23:31:35 +0200 Subject: [PATCH] Add unmarked --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index abeb5bdf826b..c3d61e213134 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -114,6 +114,7 @@ gcsfs = ["gcsfs"] [tool.pytest.ini_options] 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)", "adlfs: marks a test as requiring access to adlfs compliant storage (use with --adlfs.account-name, --adlfs.account-key, and --adlfs.endpoint args)", "integration: marks integration tests against Apache Spark",