Skip to content

Commit e60c75d

Browse files
committed
- Removed the unit test check from the pipeline stage, as currently the unit tests are removed from the SDK.
1 parent ec633f5 commit e60c75d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
flake8 okta/ --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 okta/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --ignore=C901,W503,W504
38-
- name: Unit test with pytest
39-
run: |
40-
pytest tests/unit
4138
- name: Integration test with pytest
4239
run: |
4340
pytest tests/integration

0 commit comments

Comments
 (0)