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 =
19
19
[options]
20
20
include_package_data = true
21
21
install_requires =
22
- cdo-local-uuid >= 0.4 .0, < 0.5 .0
22
+ cdo-local-uuid >= 0.5 .0, < 0.6 .0
23
23
pandas
24
24
pyshacl >= 0.24.0
25
25
rdflib < 8
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ sample.txt.json: \
120
120
$(top_srcdir)/case_utils/namespace.py \
121
121
sample.txt-nocompact.json
122
122
rm -f $@ _$@ __$@
123
- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
123
+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
124
124
&& source $(tests_srcdir)/venv/bin/activate \
125
125
&& case_file \
126
126
--debug \
@@ -154,7 +154,7 @@ sample.txt.ttl: \
154
154
$(top_srcdir)/case_utils/namespace.py \
155
155
sample.txt.done.log
156
156
rm -f _$@ __$@
157
- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
157
+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
158
158
&& source $(tests_srcdir)/venv/bin/activate \
159
159
&& case_file \
160
160
--debug \
@@ -179,7 +179,7 @@ sample.txt-disable_hashes.ttl: \
179
179
$(top_srcdir)/case_utils/namespace.py \
180
180
sample.txt.done.log
181
181
rm -f _$@ __$@
182
- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
182
+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
183
183
&& source $(tests_srcdir)/venv/bin/activate \
184
184
&& case_file \
185
185
--debug \
@@ -206,7 +206,7 @@ sample.txt-nocompact.json: \
206
206
$(top_srcdir)/case_utils/namespace.py \
207
207
sample.txt.done.log
208
208
rm -f _$@
209
- export CASE_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
209
+ export CDO_DEMO_NONRANDOM_UUID_BASE ="$(top_srcdir)" \
210
210
&& source $(tests_srcdir)/venv/bin/activate \
211
211
&& case_file \
212
212
--debug \
You can’t perform that action at this time.
0 commit comments