python.pkgs.setuptools_scm: pytest is test dependency

This commit is contained in:
Frederik Rietdijk 2017-05-27 12:31:20 +02:00
parent 6cd52fa440
commit a8f6f8d1e4

View file

@ -22605,7 +22605,8 @@ in {
sha256 = "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs";
};
buildInputs = with self; [ pip pytest ];
buildInputs = with self; [ pip ];
checkInputs = with self; [ pytest ];
# Seems to fail due to chroot
doCheck = false;