We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b913a commit b3617ccCopy full SHA for b3617cc
tests/test_plugins.py
@@ -8,12 +8,8 @@ def try_load_cff_operators():
8
dpf.load_library("Ans.Dpf.CFF.dll","cff")
9
return True
10
except:
11
- try:
12
- dpf.load_library("libAns.Dpf.CFF.so","cff")
13
- return True
14
- except:
15
- pass
16
return False
+ #TODO: add loading for linux
17
18
@pytest.mark.skipif(not try_load_cff_operators(), reason="Couldn't load cff operators")
19
def test_cff(cff_data_sources):
0 commit comments