# Dependencies for testing, used by .github/workflows/ci.yml.
#
# The real list lives in pyproject.toml as the `test` extra under
# [project.optional-dependencies]; this file just installs it, so the two
# cannot drift. The editable install here is later replaced by the
# sanitizer-instrumented `pip install .` in the test jobs.
-e .[test]

# MySQL testing disabled due to upstream #3834:
#mysqlclient
#mysql-connector-python
