dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

Error running functional tests via `tox` #150

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

Describe the bug

ERROR tests/functional/adapter/test_basic.py::TestBaseAdapterMethodMySQL::test_adapter_methods - ImportError: cannot import name 'DbtRuntimeError' from 'dbt.exceptions' (/Users/dbeatty/projects/dbt-mysql/.tox/integration-mysql-8.0/lib/python3.9/site-packa...
======================================================================= 20 errors in 1.85s ========================================================================
ERROR: InvocationError for command '/Users/dbeatty/projects/dbt-mysql/.tox/integration-mysql-8.0/bin/python -m pytest -v --profile mysql tests/functional' (exited with code 1)
_____________________________________________________________________________ summary _____________________________________________________________________________
ERROR:   integration-mysql-8.0: commands failed

Steps To Reproduce

After installing a venv virtual environment run:

tox -e integration-mysql-8.0