unionai-oss / pandera

A light-weight, flexible, and expressive statistical data testing library
https://www.union.ai/pandera
MIT License
3.05k stars 281 forks source link

remove pytest ignore on modin, dask. pyspark tests with pandas >= 2 #1573

Closed cosmicBboy closed 1 month ago

cosmicBboy commented 1 month ago

This PR removes the collect_ignore_glob list that was introduced in https://github.com/unionai-oss/pandera/pull/1175 to ignore modin, dask, and pyspark tests when pandas >= 2 is installed in the environment.