python.pkgs.tqdm: remove performance tests
This commit is contained in:
parent
d34aeaf031
commit
ddbe2dda4b
@ -21,6 +21,12 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ nose coverage glibcLocales flake8 ];
|
buildInputs = [ nose coverage glibcLocales flake8 ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# Remove performance testing.
|
||||||
|
# Too sensitive for on Hydra.
|
||||||
|
rm tqdm/tests/tests_perf.py
|
||||||
|
'';
|
||||||
|
|
||||||
LC_ALL="en_US.UTF-8";
|
LC_ALL="en_US.UTF-8";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user