Revert removing venv environment files

Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
support/v0.36
Aleskei Chetaev 2023-02-14 09:04:29 +01:00 committed by Aleksey Chetaev
parent d76951ed4f
commit b94c106656
3 changed files with 11 additions and 1 deletions

3
.gitignore vendored
View File

@ -2,6 +2,9 @@
.vscode
.idea
.DS_Store
# ignore test results
**/log.html
**/output.xml

View File

@ -30,7 +30,6 @@ mmh3==3.0.0
multidict==6.0.2
mypy==0.950
mypy-extensions==0.4.3
neo-mamba==1.0.0
neofs-testlib==1.1.1
netaddr==0.8.0
packaging==21.3

View File

@ -0,0 +1,8 @@
# DevEnv variables
export NEOFS_MORPH_DISABLE_CACHE=true
export DEVENV_PATH="${DEVENV_PATH:-${VIRTUAL_ENV}/../../neofs-dev-env}"
pushd $DEVENV_PATH > /dev/null
export `make env`
popd > /dev/null
export PYTHONPATH=${PYTHONPATH}:${VIRTUAL_ENV}/../robot/resources/lib/:${VIRTUAL_ENV}/../robot/resources/lib/python_keywords:${VIRTUAL_ENV}/../robot/resources/lib/robot:${VIRTUAL_ENV}/../robot/variables:${VIRTUAL_ENV}/../pytest_tests/helpers:${VIRTUAL_ENV}/../pytest_tests/steps:${VIRTUAL_ENV}/../pytest_tests/resources