mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 03:37:55 -04:00
ca2fd8b709
# Description of Changes We have added one too many python dependencies. I'm putting them in a shared file, which will also ease installation for devs running them locally. # API and ABI breaking changes None. CI only. # Expected complexity level and risk 1 # Testing Existing CI still passes --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
261 B
261 B
To use the smoketests, you first need to install the dependencies:
python -m venv smoketests/venv
smoketests/venv/bin/pip install -r smoketests/requirements.txt
Then, run the smoketests like so:
smoketests/venv/bin/python -m smoketests <args>