SAP / sqlalchemy-hana

SQLAlchemy Dialect for SAP HANA
Apache License 2.0
128 stars 56 forks source link

Remove nox file #116

Closed kasium closed 1 year ago

kasium commented 1 year ago

We'll use github actions with a test matrix instead. This allows parallel test runs with different python/sqlalchemy versions as in nox

jarus commented 1 year ago

What about local development activities where you want to test upfront multiple python versions and sqlalchemy versions?

kasium commented 1 year ago

Valid point but I hope that this will be a corner case. Also using nox in parallel way is painful and using github-actions matrix is easier. Maintaining both will be too complicated