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
commit 04ea3b4eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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