Skip to content

Commit

Permalink
update aerospike dependency (#8044)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsalami00 authored Nov 17, 2020
1 parent 1e8b305 commit 9acb64e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
24 changes: 0 additions & 24 deletions .azure-pipelines/scripts/aerospike/linux/55_build_client.sh

This file was deleted.

4 changes: 2 additions & 2 deletions aerospike/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aerospike==3.10.0; sys_platform != 'win32' and sys_platform != 'darwin'
aerospike==3.10.0; sys_platform == 'darwin' and python_version < '3.0'
aerospike==4.0.0; sys_platform != 'win32' and sys_platform != 'darwin'
aerospike==4.0.0; sys_platform == 'darwin' and python_version < '3.0'
2 changes: 0 additions & 2 deletions aerospike/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ commands =
- pip install -r requirements.in
pytest -v {posargs}
setenv =
AEROSPIKE_C_HOME=/tmp/aerospike-client-c
DOWNLOAD_C_CLIENT=0
4.9: AEROSPIKE_VERSION=4.9.0.11
5.0: AEROSPIKE_VERSION=5.0.0.10
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
adodbapi==2.6.0.7; sys_platform == "win32"
aerospike==3.10.0; sys_platform != 'win32' and sys_platform != 'darwin'
aerospike==3.10.0; sys_platform == 'darwin' and python_version < '3.0'
aerospike==4.0.0; sys_platform != "win32" and sys_platform != "darwin"
aerospike==4.0.0; sys_platform == "darwin" and python_version < "3.0"
aws-requests-auth==0.4.2
beautifulsoup4==4.5.1
binary==1.0.0
Expand Down

0 comments on commit 9acb64e

Please sign in to comment.