mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
Merge pull request #12297 from FRidh/tqdm
pythonPackages.tqdm: disable tests due to transient failures
This commit is contained in:
commit
28cb46e991
@ -19383,15 +19383,12 @@ in modules // {
|
|||||||
buildInputs = with self; [ nose coverage pkgs.glibcLocales flake8 ];
|
buildInputs = with self; [ nose coverage pkgs.glibcLocales flake8 ];
|
||||||
propagatedBuildInputs = with self; [ matplotlib pandas ];
|
propagatedBuildInputs = with self; [ matplotlib pandas ];
|
||||||
|
|
||||||
# Performance test fails
|
|
||||||
prePatch = ''
|
|
||||||
rm tqdm/tests/tests_perf.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = false; # Many transient failures in performance tests and due to use of sleep
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Fast, Extensible Progress Meter";
|
description = "A Fast, Extensible Progress Meter";
|
||||||
homepage = https://github.com/tqdm/tqdm;
|
homepage = https://github.com/tqdm/tqdm;
|
||||||
|
Loading…
Reference in New Issue
Block a user