Skip to content

Commit

Permalink
TEST-#0000: Update ASV to 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jul 31, 2023
1 parent 473c304 commit bf9e3a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,7 @@ jobs:
auto-activate-base: true
activate-environment: ""
- name: ASV installation
run: |
# FIXME: use the tag or release version of ASV as soon as it appears;
# The ability to build a conda environment by specifying yml file has not
# yet appeared in the release versions;
pip install git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
run: pip install asv==0.5.1
- name: Running benchmarks
run: |
git remote add upstream https://github.com/modin-project/modin.git
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies:
- pygit2>=1.9.2

# test dependencies
- asv==0.5.1
- boto3>=1.26.0
- coverage>=7.1.0
- moto>=4.1.0
Expand All @@ -68,6 +69,5 @@ dependencies:
- fuzzydata>=0.0.6
# Fixes breaking ipywidgets changes, but didn't release yet.
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
- git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
- numpydoc==1.1.0
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ PyGithub>=1.58.0
pygit2>=1.9.2

## test dependencies
asv==0.5.1
boto3>=1.26.0
coverage>=7.1.0
# experimental version of fuzzydata requires at least 0.0.6 to successfully resolve all dependencies
fuzzydata>=0.0.6
git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
numpydoc==1.1.0
moto>=4.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
- pygit2>=1.9.2

# test dependencies
- asv==0.5.1
- boto3>=1.26.0
- coverage>=7.1.0
- moto>=4.1.0
Expand All @@ -49,6 +50,5 @@ dependencies:
- connectorx>=0.2.6a4
# Fixes breaking ipywidgets changes, but didn't release yet.
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
- git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
- numpydoc==1.1.0

0 comments on commit bf9e3a2

Please sign in to comment.