fugue-project / fugue

A unified interface for distributed computing. Fugue executes SQL, Python, Pandas, and Polars code on Spark, Dask and Ray without any rewrites.
https://fugue-tutorials.readthedocs.io/
Apache License 2.0
1.98k stars 94 forks source link

[BUG] Should remove tests folder from Fugue package #477

Closed goodwanghan closed 1 year ago

goodwanghan commented 1 year ago

In setup.py, the find_packages was used without exclude, so when building the Fugue package, it includes the folder tests. See this slack chat for an example issue.