frostfs-testcases/venv/local-pytest/environment.sh
Aleksei Chetaev ff7c0a257d Change all imports to imports from root and remove robot
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
2023-02-27 17:54:39 +01:00

6 lines
No EOL
196 B
Bash
Executable file

# DevEnv variables
export NEOFS_MORPH_DISABLE_CACHE=true
export DEVENV_PATH="${DEVENV_PATH:-${VIRTUAL_ENV}/../../frostfs-dev-env}"
pushd $DEVENV_PATH > /dev/null
export `make env`
popd > /dev/null