This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit b2f85cca6a552814c53083011c7a74567796f0ce
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Sep 8 14:51:34 2022 +0200

    Use Python 3.8 for import-timings tox target.
---
 tox.ini | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 5239d01e9..5dc3c8e67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ basepython =
     pypyjion: pyjion
     {py3.6,py3.6-dist,py3.6-dist-wheel}: python3.6
     {py3.7,py3.7-dist,py3.7-dist-wheel}: python3.7
-    {docs,checks,black,lint,pylint,bandit,mypy,micro-benchmarks,coverage}: 
python3.8
+    
{docs,checks,black,lint,pylint,bandit,mypy,micro-benchmarks,coverage,import-timings}:
 python3.8
     {py3.8,py3.8-windows,integration-storage,py3.8-dist,py3.8-dist-wheel}: 
python3.8
     {py3.9,py3.9-dist,py3.9-dist-wheel}: python3.9
     {py3.10,py3.10-dist,py3.10-dist-wheel}: python3.10
@@ -387,7 +387,6 @@ commands =
     pytest -s -v --benchmark-only --benchmark-name=short 
--benchmark-columns=min,max,mean,stddev,median,ops,rounds 
--benchmark-histogram=benchmark_histograms/benchmark  
--benchmark-group-by=group,param:sort_objects 
libcloud/test/benchmarks/test_list_objects_filtering_performance.py
 
 [testenv:import-timings]
-basepython: python3.7
 setenv =
     PYTHONPATH={toxinidir}
 deps =

Reply via email to