python.pkgs.futurist: dontCheck

This commit is contained in:
Robin Gloster 2017-09-28 23:42:05 +02:00
parent f0fa565dfb
commit 169a344ab8
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -14033,6 +14033,8 @@ in {
testtools testscenarios testrepository oslotest subunit
];
# breaks in sandboxing
doCheck = false;
};
oslo-messaging = buildPythonPackage rec {