Merge pull request #106682 from snicket2100/parsimonius-exclude-performance-tests
parsimonious: excluding unpredictable tests
This commit is contained in:
commit
04ea3b4eb9
@ -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…
x
Reference in New Issue
Block a user