File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ commands=
44
44
[apsw]
45
45
# Ubuntu 20.04 has SQLite 3.31.1
46
46
commands =
47
- pip install https://github.com/rogerbinns/apsw/releases/download/3.31 .1-r1/apsw-3.31 .1-r1.zip --global-option =build --global-option =--enable-all-extensions
47
+ pip install https://github.com/rogerbinns/apsw/releases/download/3.38 .1-r1/apsw-3.38 .1-r1.zip --global-option =build --global-option =--enable-all-extensions
48
48
py.test -svrx
49
49
50
50
[apswa]
51
51
commands =
52
- pip install https://github.com/rogerbinns/apsw/releases/download/3.36.0 -r1/apsw-3.36.0 -r1.zip --global-option =fetch --global-option =--version =3.36.0 --global-option =--sqlite --global-option =build --global-option =--enable-all-extensions
52
+ pip install https://github.com/rogerbinns/apsw/releases/download/3.38.1 -r1/apsw-3.38.1 -r1.zip --global-option =fetch --global-option =--version =3.38.1 --global-option =--sqlite --global-option =build --global-option =--enable-all-extensions
53
53
py.test -svrx
54
54
55
55
[testenv:py310-apsw-linux]
You can’t perform that action at this time.
0 commit comments