Skip to content

Commit 5f89035

Browse files
committed
Installing pytest
1 parent 1a7bd25 commit 5f89035

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/ci_consumption_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip==23.0
3636
python -m pip install -r requirements.txt
37+
python -m pip install pytest pytest-instafail pytest-rerunfailures
3738
python setup.py build
3839
- name: Running 3.7 Tests
3940
if: matrix.python-version == 3.7

.github/workflows/ci_docker_con_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip==23.0
3333
python -m pip install -r requirements.txt
34+
python -m pip install pytest pytest-instafail pytest-rerunfailures
3435
python setup.py build
3536
- name: Running 3.7 Tests
3637
if: matrix.python-version == 3.7

.github/workflows/ci_docker_custom_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: |
5252
python -m pip install --upgrade pip==23.0
5353
python -m pip install -r requirements.txt
54+
python -m pip install pytest pytest-instafail pytest-rerunfailures
5455
python setup.py build
5556
- name: Running 3.7 Tests
5657
if: env.python_version == 3.7

.github/workflows/ci_docker_ded_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip==23.0
3333
python -m pip install -r requirements.txt
34+
python -m pip install pytest pytest-instafail pytest-rerunfailures
3435
python setup.py build
3536
- name: Running 3.7 Tests
3637
if: matrix.python-version == 3.7

0 commit comments

Comments
 (0)