mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-08-16 18:01:26 +02:00
updating test code for new jsonschema version. removing old refresolver that is deprecated. updating schemas. (#2038)
This commit is contained in:
@ -4,6 +4,7 @@ SCHEMAS = (
|
||||
('device-types', 'devicetype.json'),
|
||||
('module-types', 'moduletype.json'),
|
||||
)
|
||||
SCHEMAS_BASEPATH = f"{os.getcwd()}/schema/"
|
||||
|
||||
IMAGE_FILETYPES = (
|
||||
'bmp', 'gif', 'pjp', 'jpg', 'pjpeg', 'jpeg', 'jfif', 'png', 'tif', 'tiff', 'webp'
|
||||
@ -35,4 +36,4 @@ KNOWN_MODULES = set()
|
||||
USE_LOCAL_KNOWN_SLUGS = False
|
||||
USE_UPSTREAM_DIFF = True
|
||||
|
||||
NETBOX_DT_LIBRARY_URL = "https://github.com/netbox-community/devicetype-library.git"
|
||||
NETBOX_DT_LIBRARY_URL = "https://github.com/netbox-community/devicetype-library.git"
|
||||
|
Reference in New Issue
Block a user