forked from TrueCloudLab/frostfs-testcases
Revert removing venv environment files
Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
d76951ed4f
commit
b94c106656
3 changed files with 11 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,6 +2,9 @@
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
|
||||||
# ignore test results
|
# ignore test results
|
||||||
**/log.html
|
**/log.html
|
||||||
**/output.xml
|
**/output.xml
|
||||||
|
|
|
@ -30,7 +30,6 @@ mmh3==3.0.0
|
||||||
multidict==6.0.2
|
multidict==6.0.2
|
||||||
mypy==0.950
|
mypy==0.950
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
neo-mamba==1.0.0
|
|
||||||
neofs-testlib==1.1.1
|
neofs-testlib==1.1.1
|
||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
|
|
8
venv/local-pytest/environment.sh
Normal file
8
venv/local-pytest/environment.sh
Normal 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
|
Loading…
Reference in a new issue