Skip to content

Commit b3617cc

Browse files
committed
pipelines
1 parent 66b913a commit b3617cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_plugins.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ def try_load_cff_operators():
88
dpf.load_library("Ans.Dpf.CFF.dll","cff")
99
return True
1010
except:
11-
try:
12-
dpf.load_library("libAns.Dpf.CFF.so","cff")
13-
return True
14-
except:
15-
pass
1611
return False
12+
#TODO: add loading for linux
1713

1814
@pytest.mark.skipif(not try_load_cff_operators(), reason="Couldn't load cff operators")
1915
def test_cff(cff_data_sources):

0 commit comments

Comments
 (0)