Skip to content

Commit

Permalink
https://github.com/pallets/markupsafe/issues/284
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Feb 28, 2022
1 parent 00699a6 commit d4cb3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ boto3>=1.16.43
pytest-cov>=2.10,<2.11
black==19.10b0
flake8>=3.8,<3.9
markupsafe<=2.0.1
1 change: 1 addition & 0 deletions tests/test_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_variant_genotype_vcf(_admin_client):
def test_cyvcf2_S3(_admin_client):
from cyvcf2 import VCF

# a valid AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY is needed here
vcf_S3 = VCF("s3://3kricegenome/test/test.vcf.gz") # public VCF file
assert len(vcf_S3.raw_header) == 559362, "Critical, S3 access not working"

Expand Down

0 comments on commit d4cb3f3

Please sign in to comment.