From dc0a94f0c7c22172d26cdf9eae43b01ec640b938 Mon Sep 17 00:00:00 2001 From: avichai kaykov <81909274+avichaip@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:17:55 +0300 Subject: [PATCH 1/5] Add .circleci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0125257..882c1d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: run_tests: docker: - - image: circleci/python:3.7.4 + - image: circleci/python:3.8.4 steps: - checkout - run: From be4c13c302c77c836b494c799871c7b64cd44695 Mon Sep 17 00:00:00 2001 From: avichai kaykov <81909274+avichaip@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:19:08 +0300 Subject: [PATCH 2/5] Updated config.yml --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 882c1d6..f45f4ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,10 +14,6 @@ jobs: name: Run unit tests command: | pytest --junitxml=test-reports/junit.xml --html=test-reports/pytest_report.html --self-contained-html - - store_test_results: - path: test-reports - - store_artifacts: - path: test-reports workflows: build_test: jobs: From 8f57c78ba3296720fa47712a9f1adb8700cd3831 Mon Sep 17 00:00:00 2001 From: avichai kaykov <81909274+avichaip@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:53:04 +0300 Subject: [PATCH 3/5] Updated config.yml --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f45f4ef..e06c71e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,11 @@ jobs: - run: name: Run unit tests command: | - pytest --junitxml=test-reports/junit.xml --html=test-reports/pytest_report.html --self-contained-html + - run: + name: python go + command: + python -m pytest + pytest --junitxml=test-reports/junit.xml --html=test-reports/pytest_report.html --self-contained-htmlru workflows: build_test: jobs: From e4271d7a4edf11073056c2d382231778156a2a53 Mon Sep 17 00:00:00 2001 From: avichai kaykov <81909274+avichaip@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:59:12 +0300 Subject: [PATCH 4/5] Updated config.yml --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e06c71e..14ef56a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,14 @@ jobs: name: python go command: python -m pytest - pytest --junitxml=test-reports/junit.xml --html=test-reports/pytest_report.html --self-contained-htmlru + - run: + name: python install + command: + + from jinja2.utils import markupsafe + + markupsafe.Markup() + Markup('') workflows: build_test: jobs: From 787cc55d411c92d069c63a9e2caa763ecfc9f8ca Mon Sep 17 00:00:00 2001 From: avichai kaykov <81909274+avichaip@users.noreply.github.com> Date: Sun, 19 Jun 2022 16:01:48 +0300 Subject: [PATCH 5/5] Updated config.yml --- .circleci/config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14ef56a..6a0a532 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,14 +13,7 @@ jobs: - run: name: Run unit tests command: | - - run: - name: python go - command: - python -m pytest - - run: - name: python install - command: - + from jinja2.utils import markupsafe markupsafe.Markup()