python3Packages.tinycss2: remove redundant fix for failing tests

This commit is contained in:
Ben Wolsieffer 2020-07-06 15:53:12 -04:00 committed by Jon
parent 7b29f3d072
commit b7a800827c

View File

@ -35,10 +35,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ webencodings ];
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; {
description = "Low-level CSS parser for Python";