···17 checkInputs = [ nose ];
18 propagatedBuildInputs = [ six ];
1900020 meta = with stdenv.lib; {
21 homepage = "https://github.com/erikrose/parsimonious";
22 description = "Fast arbitrary-lookahead parser written in pure Python";
···17 checkInputs = [ nose ];
18 propagatedBuildInputs = [ six ];
1920+ # performance tests tend to fail sometimes
21+ NOSE_EXCLUDE = "test_benchmarks";
22+23 meta = with stdenv.lib; {
24 homepage = "https://github.com/erikrose/parsimonious";
25 description = "Fast arbitrary-lookahead parser written in pure Python";