Skip to content

Commit

Permalink
Add full version for pypy3.8 to tox (#872)
Browse files Browse the repository at this point in the history
* Add full version for pypy3.8

* Remove solrpy from tests
  • Loading branch information
lrafeei committed Jul 18, 2023
1 parent a7080e9 commit 56ea815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN echo 'eval "$(pyenv init -)"' >>$HOME/.bashrc && \
pyenv update

# Install Python
ARG PYTHON_VERSIONS="3.10 3.9 3.8 3.7 3.11 2.7 pypy2.7-7.3.11 pypy3.8"
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"
COPY --chown=1000:1000 --chmod=+x ./install-python.sh /tmp/install-python.sh
COPY ./requirements.txt /requirements.txt
RUN /tmp/install-python.sh && \
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ envlist =
redis-datastore_aioredis-{py37,py38,py39,py310,pypy38}-aioredislatest,
redis-datastore_aioredis-{py37,py38,py39,py310,py311,pypy38}-redislatest,
redis-datastore_aredis-{py37,py38,py39,pypy38}-aredislatest,
solr-datastore_solrpy-{py27,pypy27}-solrpy{00,01},
python-datastore_sqlite-{py27,py37,py38,py39,py310,py311,pypy27,pypy38},
python-external_boto3-{py27,py37,py38,py39,py310,py311}-boto01,
python-external_botocore-{py37,py38,py39,py310,py311}-botocorelatest,
Expand Down Expand Up @@ -199,6 +198,7 @@ deps =
adapter_uvicorn-uvicorn03: uvicorn<0.4
adapter_uvicorn-uvicorn014: uvicorn<0.15
adapter_uvicorn-uvicornlatest: uvicorn
adapter_uvicorn: typing-extensions
adapter_waitress: WSGIProxy2
adapter_waitress-waitress010404: waitress<1.4.5
adapter_waitress-waitress02: waitress<2.1
Expand Down Expand Up @@ -260,8 +260,6 @@ deps =
datastore_aioredis-redislatest: redis
datastore_aioredis-aioredislatest: aioredis
datastore_aredis-aredislatest: aredis
datastore_solrpy-solrpy00: solrpy<1.0
datastore_solrpy-solrpy01: solrpy<2.0
external_boto3-boto01: boto3<2.0
external_boto3-boto01: moto<2.0
external_boto3-py27: rsa<4.7.1
Expand Down Expand Up @@ -461,7 +459,6 @@ changedir =
datastore_redis: tests/datastore_redis
datastore_aioredis: tests/datastore_aioredis
datastore_aredis: tests/datastore_aredis
datastore_solrpy: tests/datastore_solrpy
datastore_sqlite: tests/datastore_sqlite
external_boto3: tests/external_boto3
external_botocore: tests/external_botocore
Expand Down

0 comments on commit 56ea815

Please sign in to comment.