Install the client dependencies (including dev dependencies) in a virtualenv.
git clone [email protected]:google/dwh-migration-tools.git
cd dwh-migration-tools
python3 -m venv venv
source venv/bin/activate
pip install -e client[dev]
Add
abstract dependencies
to setup.py
.
cd client && make check && make test