Skip to content

Instantly share code, notes, and snippets.

@nagisa
Created February 14, 2020 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nagisa/a4370f191a1ef7eaf680c0ffd87f3ce1 to your computer and use it in GitHub Desktop.
Save nagisa/a4370f191a1ef7eaf680c0ffd87f3ce1 to your computer and use it in GitHub Desktop.
pytestEnv = super.buildEnv {
name = "pytest-env";
buildInputs = with super; [ pkgconfig opencv ];
paths = with super; [
(python36Full.withPackages (p: with p; [ pytest pytestcov pytestenv ]))
];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment