forked from mirrors/nixpkgs
pythonPackages.tinycss: fix tests
This commit is contained in:
parent
b194f07fda
commit
6f32d2a805
|
@ -4059,6 +4059,9 @@ in modules // {
|
|||
py.test $out/${python.sitePackages}
|
||||
'';
|
||||
|
||||
# Disable Cython tests for PyPy
|
||||
TINYCSS_SKIP_SPEEDUPS_TESTS = optional isPyPy true;
|
||||
|
||||
meta = {
|
||||
description = "complete yet simple CSS parser for Python";
|
||||
license = licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue