Tweaking
This commit is contained in:
parent
1f3854317c
commit
be1956f2f4
2 changed files with 9 additions and 15 deletions
|
@ -1,19 +1,7 @@
|
|||
py_library(
|
||||
py_project(
|
||||
name="yamlschema",
|
||||
srcs=glob(["src/python/**/*.py"]),
|
||||
imports=[
|
||||
"src/python",
|
||||
],
|
||||
deps=[
|
||||
lib_deps=[
|
||||
py_requirement("PyYAML"),
|
||||
],
|
||||
)
|
||||
|
||||
py_pytest(
|
||||
name="test_yamlschema",
|
||||
srcs=glob(["test/python/test_*.py"]),
|
||||
data=glob(["*.json", "*.yaml"]),
|
||||
deps=[
|
||||
":yamlschema",
|
||||
],
|
||||
test_data=glob(["*.json", "*.yaml"]),
|
||||
)
|
||||
|
|
|
@ -44,3 +44,9 @@ As conveniences, yamlschema gives you a couple entrypoints that handle construct
|
|||
)
|
||||
]
|
||||
```
|
||||
|
||||
## LICENSE
|
||||
|
||||
Copyright Reid 'arrdem' McKenzie August 2021.
|
||||
|
||||
Published under the terms of the MIT license.
|
||||
|
|
Loading…
Reference in a new issue