diff --git a/python/pyarrow/tests/parquet/test_encryption.py b/python/pyarrow/tests/parquet/test_encryption.py index f5e9e76d443..924339797f0 100644 --- a/python/pyarrow/tests/parquet/test_encryption.py +++ b/python/pyarrow/tests/parquet/test_encryption.py @@ -39,8 +39,10 @@ # Marks all of the tests in this module # Ignore these with pytest ... -m 'not parquet_encryption' # Ignore these with pytest ... -m 'not parquet' -pytestmark = pytest.mark.parquet_encryption -pytestmark = pytest.mark.parquet +pytestmark = [ + pytest.mark.parquet_encryption, + pytest.mark.parquet +] @pytest.fixture(scope='module')