OpenMined / PipelineDP

PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch processing systems such as Apache Spark, Apache Beam, and more.
https://pipelinedp.io/
Apache License 2.0
270 stars 75 forks source link

Make conditions for skipping PySpark tests more precise #429

Closed RamSaw closed 1 year ago

RamSaw commented 1 year ago

Description

Make conditions for skipping PySpark tests more precise, enabling them on macOS and Windows, they work there. The change affects tests only.

Affected Dependencies

None

How has this been tested?

Tested by current tests.

Checklist