MrPowers / chispa

PySpark test helper methods with beautiful error messages
https://mrpowers.github.io/chispa/
MIT License
595 stars 65 forks source link

pkg_resources removed to stop deprecation warnings in output using pr… #59

Closed ethnhll closed 1 year ago

ethnhll commented 1 year ago

Addresses issue #58 where using any of the assert methods that includes prettytable.py, produces a warning messages that a dependency of prettytable.py is deprecated.

Removes pkg_resources from prettytable.py to remove the deprecation warning.

MrPowers commented 1 year ago

@ethnhll - thanks for adding the fix!