fixup google_apputils

This commit is contained in:
Frederik Rietdijk 2018-11-24 14:19:07 +01:00
parent 07d70374d5
commit 7cc74a720e

View file

@ -27,7 +27,8 @@ buildPythonPackage rec {
${python.executable} setup.py google_test
'';
doCheck = true;
# ERROR:root:Trying to access flag test_tmpdir before flags were parsed.
doCheck = false;
meta = with stdenv.lib; {
description = "Google Application Utilities for Python";