Skip to content

Commit d241374

Browse files
committed
changed test execution from Poetry into Pytest
This has been long time coming (for example for performance reasons), but was triggered by this poetry update that crashed the CI pipeline: - https://github.com/owasp-sbot/OSBot-Utils/actions/runs/12632720785/job/35198284338 - python-poetry/poetry#9961 - python-poetry/poetry#9957 - python-poetry/poetry-core#803
1 parent f504b36 commit d241374

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci-pipeline__dev.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23-
24-
- name: Poetry - Install Dependencies
25-
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/poetry__install@dev
26-
with:
27-
pip_install: '-r requirements-test.txt'
28-
python-version: ${{ matrix.python-version }}
29-
30-
- name: Run Unit Tests (using Poetry)
31-
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/poetry__run-unit-tests@dev
32-
23+
- name: Run Unit Tests (using Pytest)
24+
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pytest__run-tests@dev
3325

3426
increment-tag:
3527
name: Increment Tag - DEV

0 commit comments

Comments
 (0)