pythonPackages.six: use correct test runner
This commit is contained in:
parent
e0d0f8dbd2
commit
cb69ea969b
1 changed files with 6 additions and 0 deletions
|
@ -18848,6 +18848,12 @@ in modules // {
|
|||
sha256 = "0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test test_six.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A Python 2 and 3 compatibility library";
|
||||
homepage = http://pypi.python.org/pypi/six/;
|
||||
|
|
Loading…
Reference in a new issue