Skip to content

Commit b3f9a5a

Browse files
authored
fix: test has wrong version constraint (#487)
1 parent 8c5d214 commit b3f9a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fitsio/tests/test_image_compression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@ def test_image_mem_reopen_noop():
620620
2,
621621
marks=[
622622
pytest.mark.xfail(
623-
condition=CFITSIO_VERSION < 4.4,
623+
condition=CFITSIO_VERSION < 4.04,
624624
reason=(
625625
"Writing compressed binary tables exceeding "
626-
"2**32 bytes fails for cfitsio < 4.40!"
626+
"2**32 bytes fails for cfitsio < 4.040!"
627627
),
628628
),
629629
pytest.mark.slow,

0 commit comments

Comments
 (0)