···1717 checkInputs = [ nose ];
1818 propagatedBuildInputs = [ six ];
19192020+ # performance tests tend to fail sometimes
2121+ NOSE_EXCLUDE = "test_benchmarks";
2222+2023 meta = with stdenv.lib; {
2124 homepage = "https://github.com/erikrose/parsimonious";
2225 description = "Fast arbitrary-lookahead parser written in pure Python";