Skip to content

Commit 0501f2c

Browse files
committed
add explanation for use of SKIP_WEB_RESOURCE_AVAILABILITY_IDENTIFIER
1 parent e85ea5f commit 0501f2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/profiles/five-safes-crate/test_valid_5src.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
logger.setLevel(logging.DEBUG)
2626

2727
# Dynamically fetch the SKIP_WEB_RESOURCE_AVAILABILITY_IDENTIFIER
28+
# required as disable_inherited_profiles_reporting does not disable Python checks from
29+
# inherited profiles (https://github.com/crs4/rocrate-validator/issues/135)
2830
rocrate_profile = services.get_profile("ro-crate")
2931
if not rocrate_profile:
3032
raise RuntimeError("Unable to load the RO-Crate profile")

0 commit comments

Comments
 (0)