treewide: disable tests on darwin

- tthsum
- python-papis
- python-sqlalchemy-migrate
- python-xlib
- dub
This commit is contained in:
Matthew Bauer
2019-04-22 22:49:34 -04:00
parent ecffd43b46
commit b1de8cf480
5 changed files with 10 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ buildPythonPackage rec {
buildInputs = [ xorg.libX11 ];
propagatedBuildInputs = [ six ];
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {
description = "Fully functional X client library for Python programs";
homepage = http://python-xlib.sourceforge.net/;