From 493b0182f1304a0010d86469f15fe3467a2e938f Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Wed, 9 Feb 2022 01:49:09 -0800 Subject: [PATCH] Backport PR #45886: CI: Debug ASV timeout --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index d49192a7fb165..ff02ca2243d51 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - pytz # benchmarks - - asv + - asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI # building # The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms. diff --git a/requirements-dev.txt b/requirements-dev.txt index 581c64c1b3f0c..e500417308a9d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ numpy>=1.18.5 python-dateutil>=2.8.1 pytz -asv +asv < 0.5.0 cython>=0.29.24 black==21.5b2 cpplint