Serde: add unit tests for all serialization and deserialization logic
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
setuptools,
|
||||
stdenv,
|
||||
|
||||
pydantic,
|
||||
|
||||
# custom args
|
||||
clan-core-path,
|
||||
nixpkgs,
|
||||
@@ -28,6 +30,7 @@
|
||||
let
|
||||
pythonDependencies = [
|
||||
argcomplete # Enables shell completions
|
||||
pydantic
|
||||
];
|
||||
|
||||
# load nixpkgs runtime dependencies from a json file
|
||||
|
||||
Reference in New Issue
Block a user