parsimonious: excluding unpredictable tests

This commit is contained in:
snicket2100 2020-12-11 21:19:35 +01:00
parent 4e75a31e98
commit 9da0c51027

View file

@ -17,6 +17,9 @@ buildPythonPackage rec {
checkInputs = [ nose ];
propagatedBuildInputs = [ six ];
# performance tests tend to fail sometimes
NOSE_EXCLUDE = "test_benchmarks";
meta = with stdenv.lib; {
homepage = "https://github.com/erikrose/parsimonious";
description = "Fast arbitrary-lookahead parser written in pure Python";