Fixed test now that openjpeg version has rolled to 2.1.0
This commit is contained in:
parent
24687124d3
commit
993e669cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class TestSuiteWriteCinema(unittest.TestCase):
|
|||
@unittest.skipIf(not _HAS_SKIMAGE_FREEIMAGE_SUPPORT,
|
||||
"Cannot read input image without scikit-image/freeimage")
|
||||
@unittest.skipIf(os.name == "nt", "Temporary file issue on window.")
|
||||
@unittest.skipIf(re.match(r"""2\.0""", glymur.version.openjpeg_version),
|
||||
@unittest.skipIf(not re.match("(1.5|2.0)", glymur.version.openjpeg_version),
|
||||
"Functionality implemented for 2.1")
|
||||
@unittest.skipIf(OPJ_DATA_ROOT is None,
|
||||
"OPJ_OPJ_DATA_ROOT environment variable not set")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue