pythonPackages.six: use correct test runner

This commit is contained in:
Frederik Rietdijk 2016-01-23 12:32:06 +01:00
parent e0d0f8dbd2
commit cb69ea969b

View file

@ -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/;