parsimonious: excluding unpredictable tests
This commit is contained in:
parent
4e75a31e98
commit
9da0c51027
@ -17,6 +17,9 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
|
# performance tests tend to fail sometimes
|
||||||
|
NOSE_EXCLUDE = "test_benchmarks";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/erikrose/parsimonious";
|
homepage = "https://github.com/erikrose/parsimonious";
|
||||||
description = "Fast arbitrary-lookahead parser written in pure Python";
|
description = "Fast arbitrary-lookahead parser written in pure Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user