dolthub / doltpy

A Python API for Dolt
Apache License 2.0
55 stars 13 forks source link

Tests should run via setuptools (or some other way) #103

Closed oscarbatori closed 3 years ago

oscarbatori commented 3 years ago

Currently we maintain a requirements.txt file for installing our requirements before runnings tests, yet use setup.py for configuration management. We want a unified dependency management mechanism that allows us to run the tests from scratch (including installing dependencies).

oscarbatori commented 3 years ago

We now have shell scripts to run these via poetry