fix: include dev deps in basedpyright check environment
Use workspace.deps.all instead of workspace.deps.default so that basedpyright can resolve test dependencies like faker.
This commit is contained in:
parent
ce5e476b23
commit
ca6b5bbd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
pythonSet = pythonSets.${system};
|
pythonSet = pythonSets.${system};
|
||||||
venv = pythonSet.mkVirtualEnv "streamd-check-env" workspace.deps.default;
|
venv = pythonSet.mkVirtualEnv "streamd-check-env" workspace.deps.all;
|
||||||
in
|
in
|
||||||
git-hooks.lib.${system}.run {
|
git-hooks.lib.${system}.run {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue