Skip to content

testSchema.yaml missing in pip package #4

@ubaumann

Description

@ubaumann

Validation is not working after installation. pip install nuts
nuts/service/testSchema.yaml is not included.

Traceback (most recent call last):
  File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/file_validator.py", line 17, in validate
    c = Core(source_file=self.test_file, schema_files=[test_file])
  File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/pykwalify/core.py", line 90, in __init__
    raise CoreError(u"Provided source_file do not exists on disk : {0}".format(f))
CoreError: <CoreError: error code 3: Provided source_file do not exists on disk : /home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/testSchema.yaml: Path: '/'>
<CoreError: error code 3: Provided source_file do not exists on disk : /home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/testSchema.yaml: Path: '/'>
Traceback (most recent call last):
  File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/file_validator.py", line 17, in validate
    c = Core(source_file=self.test_file, schema_files=[test_file])
  File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/pykwalify/core.py", line 90, in __init__
    raise CoreError(u"Provided source_file do not exists on disk : {0}".format(f))
CoreError: <CoreError: error code 3: Provided source_file do not exists on disk : /home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/testSchema.yaml: Path: '/'>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions