Skip to content

Commit 2d11ba3

Browse files
authored
build: pin pysam 0.23.0 to avoid pytest-cov bug (#585)
close #560
1 parent 23e5a4e commit 2d11ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extras = [
5151
"hgvs>=1.4,<1.5.5",
5252
"dill~=0.3.7",
5353
"click",
54-
"pysam>=0.23.0",
54+
"pysam==0.23.0", # pinned pending https://github.com/ga4gh/vrs-python/issues/560
5555
]
5656
dev = [
5757
# tests

0 commit comments

Comments
 (0)