mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
pythonPackages.pyscss: disable broken checkPhase
This commit is contained in:
parent
4c42246cf9
commit
0090fbbda5
@ -26,6 +26,9 @@ buildPythonPackage rec {
|
||||
++ (lib.optionals (pythonOlder "3.4") [ enum34 pathlib ])
|
||||
++ (lib.optionals (pythonOlder "2.7") [ ordereddict ]);
|
||||
|
||||
# Test suite is broken.
|
||||
# See https://github.com/Kronuz/pyScss/issues/415
|
||||
doCheck = false;
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user