Skip to content

Commit 6effb63

Browse files
committed
Bump cdo-local-uuid and update test calls
References: * Cyber-Domain-Ontology/CDO-Utility-Local-UUID#2 Signed-off-by: Alex Nelson <[email protected]>
1 parent 07d1616 commit 6effb63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license_files =
1919
[options]
2020
include_package_data = true
2121
install_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

tests/case_utils/case_file/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)