-
Notifications
You must be signed in to change notification settings - Fork 33
How to Perform Manual Updates to Locust Test Dependencies
Brandon Cruz edited this page Oct 14, 2023
·
2 revisions
- Use
pew
to create a temporary empty Python 3.9 virtual environment. Example command ispew new -p 3.9 nameOfTestEnv
. - Install
pip-tools
in the new virtual environment. - Run
pip-compile
on whichever *-requirements.in` we have changed. - Run pip-sync on both
*-requirements.txt
files. - Exit the virtual environment by running running
exit
- Finally delete the temp virtual environment by running
pew rm nameOfTestEnv
- Home
- For BFD Users
- Making Requests to BFD
- API Changelog
- Migrating to V2 FAQ
- Synthetic and Synthea Data
- BFD SAMHSA Filtering