Skip to content

Commit

Permalink
fix: pin python 3.11 for coverage testing (#1527)
Browse files Browse the repository at this point in the history
aiohttp is not compatible with python 3.12 yet
  • Loading branch information
kruskall authored Oct 12, 2023
1 parent 24bc52f commit e51a9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tracecontexttest/Dockerfile-harness
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /w3c
RUN apk add --no-cache git
RUN git clone https://github.com/w3c/trace-context.git

FROM python:3
FROM python:3.11
RUN pip install aiohttp
WORKDIR /w3c/trace-context
COPY --from=0 /w3c/trace-context .
Expand Down

0 comments on commit e51a9e5

Please sign in to comment.