pythonPackages.pyopengl: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 15:18:39 +01:00
parent df24802268
commit 9226f8783e

View File

@ -16779,6 +16779,12 @@ in modules // {
license = "BSD-style";
platforms = platforms.mesaPlatforms;
};
# Need to fix test runner
# Tests have many dependencies
# Extension types could not be found.
# Should run test suite from $out/${python.sitePackages}
doCheck = false;
};
pyopenssl = buildPythonPackage rec {