File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ before_install:
4242 - chmod a+x ~/.docker/cli-plugins/docker-buildx
4343install :
4444 - pip3 install -r requirements.txt
45- # - pip3 install pyasn1 --upgrade
46- # - pip3 install ldap3 parameterized bcrypt
47- # - pip3 install requests --upgrade
48- # - pip3 install awscli
45+ - pip3 install pyasn1 --upgrade
46+ - pip3 install ldap3 parameterized bcrypt
47+ - pip3 install requests --upgrade
48+ - pip3 install awscli
4949 - cd web-src
5050 - npm install
5151 - npm install allure-commandline --save-dev
@@ -54,9 +54,9 @@ install:
5454 - e2e_venv/bin/pip install -r src/e2e_tests/requirements.txt
5555before_script :
5656 - cd src
57- # - python3 -m unittest discover -s tests -p "*.py" -t .
57+ - python3 -m unittest discover -s tests -p "*.py" -t .
5858 - cd ../web-src
59- # - npm run test:unit-ci
59+ - npm run test:unit-ci
6060 - cd ..
6161script :
6262 - python3 tools/build.py
You can’t perform that action at this time.
0 commit comments