Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST-#2670: some updates to improve asv tests stability #2671

Merged
merged 10 commits into from
Feb 4, 2021
12 changes: 5 additions & 7 deletions asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Customizable commands for building, installing, and
// uninstalling the project. See asv.conf.json documentation.
//
// "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"],
"install_command": ["in-dir={env_dir} python -mpip install {wheel_file}[ray]"],
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
// "build_command": [
// "python setup.py build",
Expand Down Expand Up @@ -70,12 +70,10 @@
// the package name by 'pip+', and the package will be installed via
// pip (with all the conda available packages installed first,
// followed by the pip installed packages).
"matrix": {
"pandas": ["1.1.5"],
"packaging": [""],
"pip+ray": ["1.0.1"],
"pyarrow": ["1.0"]
},
// "matrix": {
// "pip+ray": ["1.0.1"],
// "pyarrow": ["1.0"]
// },
dchigarev marked this conversation as resolved.
Show resolved Hide resolved
// Combinations of libraries/python versions can be excluded/included
// from the set to test. Each entry is a dictionary containing additional
// key-value pairs to include/exclude.
Expand Down
Loading