Merge pull request #106682 from snicket2100/parsimonius-exclude-performance-tests

parsimonious: excluding unpredictable tests
This commit is contained in:
Doron Behar
2021-01-01 09:56:00 +02:00
committed by GitHub

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";