python3Packages.tinycss2: remove redundant fix for failing tests
This commit is contained in:
parent
7b29f3d072
commit
b7a800827c
@ -35,10 +35,6 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ webencodings ];
|
propagatedBuildInputs = [ webencodings ];
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner pytestcov pytest-flake8 pytest-isort ];
|
checkInputs = [ pytest pytestrunner pytestcov pytest-flake8 pytest-isort ];
|
||||||
preCheck = ''
|
|
||||||
# this fails a flake lint-type check, so just remove it
|
|
||||||
rm tinycss2/css-parsing-tests/make_color3_hsl.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Low-level CSS parser for Python";
|
description = "Low-level CSS parser for Python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user