MrPowers / quinn

pyspark methods to enhance developer productivity 📣 👯 🎉
https://mrpowers.github.io/quinn/
Apache License 2.0
597 stars 93 forks source link

add missing test dependencies to testing group #181

Closed jeffbrennan closed 5 months ago

jeffbrennan commented 5 months ago

Tests fail on a clean poetry .venv install because they require semver and pyspark. Added these dependencies and the tests now pass.

@MrPowers

MrPowers commented 5 months ago

Oh, sweet, maybe that's why I was having issues, will try this.