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

@@ -21,6 +21,8 @@ buildPythonPackage rec {
checkInputs = [ unittest2 scripttest pytz mock testtools testrepository ];
propagatedBuildInputs = [ pbr tempita decorator sqlalchemy six sqlparse ];
doCheck = !stdenv.isDarwin;
prePatch = ''
sed -i -e /tempest-lib/d \
-e /testtools/d \