nix: add pytest to nix-shell

pull/25/head
Pavol Rusnak 6 years ago
parent df665b70d3
commit 0d8cc86a60
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,7 +1,7 @@
with import <nixpkgs> {};
let
myPython = python36.withPackages(p: [p.trezor]);
myPython = python36.withPackages(ps: [ps.trezor ps.pytest]);
in
stdenv.mkDerivation {
name = "trezor-core-dev";

Loading…
Cancel
Save