Advertisement
Guest User

Untitled

a guest
May 9th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. buildPythonPackage {
  2. # ...
  3. # assumes the tests are located in tests
  4. checkInputs = [ pytest ];
  5. checkPhase = ''
  6. py.test -k 'not function_name and not other_function' tests
  7. '';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement