Skip to content

Commit cd67dd7

Browse files
committed
update nix/testenv.nix
1 parent d86357f commit cd67dd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nix/testenv.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ poetry2nix.mkPoetryEnv {
6666
sha256 = "sha256-RCUfGM1op1tWWF3QDa4mGD4QLNXg+fFGbm312i7WTqM=";
6767
};
6868
});
69+
70+
execnet = super.execnet.overridePythonAttrs (old: {
71+
src = fetchPypi {
72+
pname = "execnet";
73+
version = "2.1.1";
74+
sha256 = "sha256-UYm1LGEhwk/q4ogWarQbMlScfiNIZSc2VAuebn1OcuM=";
75+
};
76+
});
6977
};
7078
in
7179
(lib.mapAttrs (

0 commit comments

Comments
 (0)