Skip to content

Commit

Permalink
no more tests for unix remote3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Oct 30, 2024
1 parent adcfa06 commit a835911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 197 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
timeout-minutes: 15
timeout-minutes: 25
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# python -m pytest -c py3pytest.ini -vvvsss test/
- name: Test with pytest and coverage
if: ${{ matrix.python-version == env.PYTHON_COVERAGE }}
timeout-minutes: 14
timeout-minutes: 24
run: |
pip list
python --version
Expand Down
195 changes: 0 additions & 195 deletions test/device/test_SM_unix_remote3.py

This file was deleted.

0 comments on commit a835911

Please sign in to comment.