mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
pythonPackages.pyopengl: disable tests
This commit is contained in:
parent
df24802268
commit
9226f8783e
@ -16779,6 +16779,12 @@ in modules // {
|
|||||||
license = "BSD-style";
|
license = "BSD-style";
|
||||||
platforms = platforms.mesaPlatforms;
|
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 {
|
pyopenssl = buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user