Skip to content

Commit f1fa110

Browse files
committed
remove test data submodule for latest / stable install branches
1 parent 73968e5 commit f1fa110

File tree

3 files changed

+22
-26
lines changed

3 files changed

+22
-26
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 1
35-
- uses: smacke/submodule-checkout@v3
36-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
37-
with:
38-
ssh-key: '${{ secrets.TEST_DATA_SECRET }}'
35+
# - uses: smacke/submodule-checkout@v3
36+
# if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
37+
# with:
38+
# ssh-key: '${{ secrets.TEST_DATA_SECRET }}'
3939
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
@@ -58,21 +58,21 @@ jobs:
5858
if: matrix.os != 'ubuntu-latest'
5959
run: |
6060
pytest --cov-config=.coveragerc --cov-report= --cov=ffsubsync -v -m 'not integration' tests/
61-
- name: Run unit tests with pytest (with coverage)
62-
if: matrix.os == 'ubuntu-latest'
63-
run: |
64-
pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'not integration' tests/
65-
- name: Run integration tests with pytest
66-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
67-
run: |
68-
INTEGRATION=1 pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'integration' tests/
69-
- name: Upload coverage report
70-
if: matrix.os == 'ubuntu-latest'
71-
uses: codecov/codecov-action@v1
72-
with:
73-
token: '${{ secrets.CODECOV_TOKEN }}'
74-
files: ./cov.xml
75-
env_vars: PYTHON
76-
name: codecov-umbrella
77-
fail_ci_if_error: true
78-
verbose: true
61+
# - name: Run unit tests with pytest (with coverage)
62+
# if: matrix.os == 'ubuntu-latest'
63+
# run: |
64+
# pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'not integration' tests/
65+
# - name: Run integration tests with pytest
66+
# if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
67+
# run: |
68+
# INTEGRATION=1 pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'integration' tests/
69+
# - name: Upload coverage report
70+
# if: matrix.os == 'ubuntu-latest'
71+
# uses: codecov/codecov-action@v1
72+
# with:
73+
# token: '${{ secrets.CODECOV_TOKEN }}'
74+
# files: ./cov.xml
75+
# env_vars: PYTHON
76+
# name: codecov-umbrella
77+
# fail_ci_if_error: true
78+
# verbose: true

.gitmodules

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

test-data

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)