Skip to content

Commit

Permalink
Bump cdo-local-uuid and update test calls
Browse files Browse the repository at this point in the history
References:
* Cyber-Domain-Ontology/CDO-Utility-Local-UUID#2

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jan 9, 2024
1 parent 07d1616 commit 6effb63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license_files =
[options]
include_package_data = true
install_requires =
cdo-local-uuid >= 0.4.0, < 0.5.0
cdo-local-uuid >= 0.5.0, < 0.6.0
pandas
pyshacl >= 0.24.0
rdflib < 8
Expand Down
8 changes: 4 additions & 4 deletions tests/case_utils/case_file/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ sample.txt.json: \
$(top_srcdir)/case_utils/namespace.py \
sample.txt-nocompact.json
rm -f $@ _$@ __$@
export CASE_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
export CDO_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
&& source $(tests_srcdir)/venv/bin/activate \
&& case_file \
--debug \
Expand Down Expand Up @@ -154,7 +154,7 @@ sample.txt.ttl: \
$(top_srcdir)/case_utils/namespace.py \
sample.txt.done.log
rm -f _$@ __$@
export CASE_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
export CDO_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
&& source $(tests_srcdir)/venv/bin/activate \
&& case_file \
--debug \
Expand All @@ -179,7 +179,7 @@ sample.txt-disable_hashes.ttl: \
$(top_srcdir)/case_utils/namespace.py \
sample.txt.done.log
rm -f _$@ __$@
export CASE_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
export CDO_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
&& source $(tests_srcdir)/venv/bin/activate \
&& case_file \
--debug \
Expand All @@ -206,7 +206,7 @@ sample.txt-nocompact.json: \
$(top_srcdir)/case_utils/namespace.py \
sample.txt.done.log
rm -f _$@
export CASE_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
export CDO_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
&& source $(tests_srcdir)/venv/bin/activate \
&& case_file \
--debug \
Expand Down

0 comments on commit 6effb63

Please sign in to comment.