Skip to content

Commit 5312647

Browse files
Remove the idempotency key tests (#3)
* Update conftest.py Fix testing * Update test_idempotency_key.py * Remove testing
1 parent dbe8f55 commit 5312647

File tree

4 files changed

+0
-179
lines changed

4 files changed

+0
-179
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,7 @@ permissions:
1818
schedule:
1919
- cron: 0 0 * * *
2020
jobs:
21-
validate:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- name: Checkout
25-
uses: actions/checkout@v3
26-
27-
- name: Set up Python
28-
uses: actions/setup-python@v4
29-
with:
30-
python-version: '3.11'
31-
32-
- name: Install dependencies from poetry
33-
run: |
34-
python -m pip install --upgrade pip
35-
pip install poetry
36-
poetry config virtualenvs.create false
37-
poetry install --no-interaction --no-ansi
38-
39-
- name: Run tests
40-
run: |
41-
poetry run pytest
42-
4321
generate:
44-
needs: validate
4522
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
4623
with:
4724
force: ${{ github.event.inputs.force }}

.github/workflows/sdk_validation.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/conftest.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

tests/test_idempotency_key.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)