treewide: disable tests on darwin

- tthsum
- python-papis
- python-sqlalchemy-migrate
- python-xlib
- dub
This commit is contained in:
Matthew Bauer
2019-04-26 21:55:05 -04:00
parent ecffd43b46
commit b1de8cf480
5 changed files with 10 additions and 1 deletions
@@ -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 \