File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tests/case_utils/case_file Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ license_files =
1919[options]
2020include_package_data = true
2121install_requires =
22- cdo-local-uuid >= 0.4 .0, < 0.5 .0
22+ cdo-local-uuid >= 0.5 .0, < 0.6 .0
2323 pandas
2424 pyshacl >= 0.24.0
2525 rdflib < 8
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ sample.txt.json: \
120120 $(top_srcdir)/case_utils/namespace.py \
121121 sample.txt-nocompact.json
122122 rm -f $@ _$@ __$@
123- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
123+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
124124 && source $(tests_srcdir)/venv/bin/activate \
125125 && case_file \
126126 --debug \
@@ -154,7 +154,7 @@ sample.txt.ttl: \
154154 $(top_srcdir)/case_utils/namespace.py \
155155 sample.txt.done.log
156156 rm -f _$@ __$@
157- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
157+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
158158 && source $(tests_srcdir)/venv/bin/activate \
159159 && case_file \
160160 --debug \
@@ -179,7 +179,7 @@ sample.txt-disable_hashes.ttl: \
179179 $(top_srcdir)/case_utils/namespace.py \
180180 sample.txt.done.log
181181 rm -f _$@ __$@
182- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
182+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
183183 && source $(tests_srcdir)/venv/bin/activate \
184184 && case_file \
185185 --debug \
@@ -206,7 +206,7 @@ sample.txt-nocompact.json: \
206206 $(top_srcdir)/case_utils/namespace.py \
207207 sample.txt.done.log
208208 rm -f _$@
209- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
209+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
210210 && source $(tests_srcdir)/venv/bin/activate \
211211 && case_file \
212212 --debug \
You can’t perform that action at this time.
0 commit comments