This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 8d9bab3234 GH-38243: [CI][Python] Add missing dataset marker for
dataset encryption tests (#38244)
8d9bab3234 is described below
commit 8d9bab3234f4d7c747b32b82de03011663479b57
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Thu Oct 12 14:07:42 2023 +0200
GH-38243: [CI][Python] Add missing dataset marker for dataset encryption
tests (#38244)
* Closes: #38243
Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
python/pyarrow/tests/test_dataset_encryption.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/python/pyarrow/tests/test_dataset_encryption.py
b/python/pyarrow/tests/test_dataset_encryption.py
index cf9c07a06b..b5d6f510db 100644
--- a/python/pyarrow/tests/test_dataset_encryption.py
+++ b/python/pyarrow/tests/test_dataset_encryption.py
@@ -33,6 +33,11 @@ try:
except ImportError:
encryption_unavailable = True
+
+# Marks all of the tests in this module
+pytestmark = pytest.mark.dataset
+
+
FOOTER_KEY = b"0123456789112345"
FOOTER_KEY_NAME = "footer_key"
COL_KEY = b"1234567890123450"