File tree 3 files changed +20
-15
lines changed
3 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.11 -slim-bullseye
1
+ FROM python:3.10 -slim-bullseye
2
2
3
3
RUN apt-get update && \
4
4
apt-get install -y --no-install-recommends \
@@ -26,6 +26,11 @@ ENV PATH="$PATH:/root/.asdf/shims"
26
26
27
27
WORKDIR /opt/app
28
28
29
+ COPY .tool-versions .
30
+
31
+ RUN asdf plugin-add python
32
+ RUN asdf install python
33
+
29
34
ARG REQUIREMENTS_FILE=requirements-test.txt
30
35
31
36
COPY $REQUIREMENTS_FILE .
@@ -34,8 +39,5 @@ RUN pip install pip-tools==7.3.0 && \
34
39
35
40
COPY . .
36
41
37
- RUN asdf plugin-add python
38
- RUN asdf install python
39
-
40
42
ENV PYTHONDONTWRITEBYTECODE=1
41
43
ENV PYTHONUNBUFFERED=1
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ oauthlib==1.1.2
5
5
pytest==7.4.3
6
6
requests-oauthlib==0.6.2
7
7
requests==2.11.0
8
- tox==4.11.4
9
- virtualenv-asdf
8
+ tox==4.4.12
9
+ virtualenv<20.22.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
3
# by the following command:
4
4
#
5
5
# pip-compile requirements-test.in
6
6
#
7
- asdf-inspect==0.1.0
8
- # via virtualenv-asdf
9
7
cachetools==5.3.2
10
8
# via tox
11
9
chardet==5.2.0
@@ -16,6 +14,8 @@ distlib==0.3.7
16
14
# via virtualenv
17
15
django==1.10
18
16
# via -r requirements-test.in
17
+ exceptiongroup==1.2.0
18
+ # via pytest
19
19
filelock==3.13.1
20
20
# via
21
21
# tox
@@ -37,7 +37,7 @@ packaging==23.2
37
37
# tox
38
38
pbr==6.0.0
39
39
# via mock
40
- platformdirs==4.0 .0
40
+ platformdirs==3.11 .0
41
41
# via
42
42
# tox
43
43
# virtualenv
@@ -62,11 +62,14 @@ six==1.16.0
62
62
# freezegun
63
63
# mock
64
64
# python-dateutil
65
- tox==4.11.4
66
- # via -r requirements-test.in
67
- virtualenv==20.24.7
65
+ tomli==2.0.1
68
66
# via
67
+ # pyproject-api
68
+ # pytest
69
69
# tox
70
- # virtualenv-asdf
71
- virtualenv-asdf==0.1.0
70
+ tox==4.4.12
72
71
# via -r requirements-test.in
72
+ virtualenv==20.21.1
73
+ # via
74
+ # -r requirements-test.in
75
+ # tox
You can’t perform that action at this time.
0 commit comments