Skip to content

Commit a8e8f04

Browse files
committed
Remove sgkit/tests/io/vcf
1 parent fbe8c4d commit a8e8f04

File tree

57 files changed

+1
-6088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1
-6088
lines changed

.github/workflows/build-numpy-2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
run: |
3333
# avoid guvectorized functions #1194
3434
pytest -v sgkit/tests/test_pedigree.py
35-
pytest -v sgkit/tests/io/vcf/test_vcf_writer_utils.py
3635
- name: Test with pytest and coverage
3736
run: |
3837
pytest -v --cov=sgkit --cov-report=term-missing

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
run: |
3535
# avoid guvectorized functions #1194
3636
pytest -v sgkit/tests/test_pedigree.py
37-
pytest -v sgkit/tests/io/vcf/test_vcf_writer_utils.py
3837
- name: Test with pytest and coverage
3938
run: |
4039
pytest -v --cov=sgkit --cov-report=term-missing

conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Ignore VCF files during pytest collection, so it doesn't fail if cyvcf2 isn't installed.
2-
collect_ignore_glob = ["benchmarks/**", "sgkit/io/vcf/*.py", ".github/scripts/*.py"]
1+
collect_ignore_glob = ["benchmarks/**", ".github/scripts/*.py"]
32

43

54
def pytest_addoption(parser):

sgkit/tests/io/vcf/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.
-13.2 MB
Binary file not shown.
-227 Bytes
Binary file not shown.

sgkit/tests/io/vcf/data/1kg_target_chr20_38_imputed_chr20_1000.vcf

Lines changed: 0 additions & 1000 deletions
This file was deleted.
-5.53 MB
Binary file not shown.
-317 KB
Binary file not shown.
-194 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)