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.
OTIO_PLUGIN_MANIFEST_PATH
1 parent 031b1e5 commit edf0f1fCopy full SHA for edf0f1f
pyproject.toml
@@ -15,7 +15,7 @@ license = { file="LICENSE" }
15
readme = "README.md"
16
requires-python = ">=3.7"
17
dependencies = [
18
- "opentimelineio >= 0.15.0"
+ "opentimelineio >= 0.17.0.dev1"
19
]
20
21
classifiers = [
tests/test_svg_adapter.py
@@ -10,6 +10,10 @@
10
11
import opentimelineio as otio
12
13
+os.environ['OTIO_PLUGIN_MANIFEST_PATH'] = os.pathsep.join(
14
+ ["$OTIO_PLUGIN_MANIFEST_PATH", "../src/otio_svg_adapter/plugin_manifest.json"]
+)
+
SAMPLE_DATA_DIR = os.path.join(os.path.dirname(__file__), "sample_data")
SIMPLE_CUT_OTIO_PATH = os.path.join(SAMPLE_DATA_DIR, 'simple_cut.otio')
SIMPLE_CUT_SVG_PATH = os.path.join(SAMPLE_DATA_DIR, 'simple_cut.svg')
0 commit comments