Skip to content

Commit 56ea815

Browse files
authored
Add full version for pypy3.8 to tox (#872)
* Add full version for pypy3.8 * Remove solrpy from tests
1 parent a7080e9 commit 56ea815

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/containers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN echo 'eval "$(pyenv init -)"' >>$HOME/.bashrc && \
9191
pyenv update
9292

9393
# Install Python
94-
ARG PYTHON_VERSIONS="3.10 3.9 3.8 3.7 3.11 2.7 pypy2.7-7.3.11 pypy3.8"
94+
ARG PYTHON_VERSIONS="3.10 3.9 3.8 3.7 3.11 2.7 pypy2.7-7.3.12 pypy3.8-7.3.11"
9595
COPY --chown=1000:1000 --chmod=+x ./install-python.sh /tmp/install-python.sh
9696
COPY ./requirements.txt /requirements.txt
9797
RUN /tmp/install-python.sh && \

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ envlist =
9999
redis-datastore_aioredis-{py37,py38,py39,py310,pypy38}-aioredislatest,
100100
redis-datastore_aioredis-{py37,py38,py39,py310,py311,pypy38}-redislatest,
101101
redis-datastore_aredis-{py37,py38,py39,pypy38}-aredislatest,
102-
solr-datastore_solrpy-{py27,pypy27}-solrpy{00,01},
103102
python-datastore_sqlite-{py27,py37,py38,py39,py310,py311,pypy27,pypy38},
104103
python-external_boto3-{py27,py37,py38,py39,py310,py311}-boto01,
105104
python-external_botocore-{py37,py38,py39,py310,py311}-botocorelatest,
@@ -199,6 +198,7 @@ deps =
199198
adapter_uvicorn-uvicorn03: uvicorn<0.4
200199
adapter_uvicorn-uvicorn014: uvicorn<0.15
201200
adapter_uvicorn-uvicornlatest: uvicorn
201+
adapter_uvicorn: typing-extensions
202202
adapter_waitress: WSGIProxy2
203203
adapter_waitress-waitress010404: waitress<1.4.5
204204
adapter_waitress-waitress02: waitress<2.1
@@ -260,8 +260,6 @@ deps =
260260
datastore_aioredis-redislatest: redis
261261
datastore_aioredis-aioredislatest: aioredis
262262
datastore_aredis-aredislatest: aredis
263-
datastore_solrpy-solrpy00: solrpy<1.0
264-
datastore_solrpy-solrpy01: solrpy<2.0
265263
external_boto3-boto01: boto3<2.0
266264
external_boto3-boto01: moto<2.0
267265
external_boto3-py27: rsa<4.7.1
@@ -461,7 +459,6 @@ changedir =
461459
datastore_redis: tests/datastore_redis
462460
datastore_aioredis: tests/datastore_aioredis
463461
datastore_aredis: tests/datastore_aredis
464-
datastore_solrpy: tests/datastore_solrpy
465462
datastore_sqlite: tests/datastore_sqlite
466463
external_boto3: tests/external_boto3
467464
external_botocore: tests/external_botocore

0 commit comments

Comments
 (0)