pythonPackages.tinycss: fix tests
This commit is contained in:
@@ -4059,6 +4059,9 @@ in modules // {
|
|||||||
py.test $out/${python.sitePackages}
|
py.test $out/${python.sitePackages}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Disable Cython tests for PyPy
|
||||||
|
TINYCSS_SKIP_SPEEDUPS_TESTS = optional isPyPy true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "complete yet simple CSS parser for Python";
|
description = "complete yet simple CSS parser for Python";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
|||||||
Reference in New Issue
Block a user