Skip to content

Commit 27a84d2

Browse files
authored
Fix Python 3.12 build (#1263)
1 parent b85ac5f commit 27a84d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile.qa

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN apt-get clean
5757
WORKDIR /atlassian-python-api
5858
COPY requirements.txt .
5959
COPY requirements-dev.txt .
60+
RUN python3 -m pip install --no-cache-dir --upgrade setuptools
6061
RUN python3 -m pip install --no-cache-dir --upgrade pip
6162
RUN python3 -m pip install --no-cache-dir --upgrade wheel
6263
RUN python3 -m pip install --no-cache-dir -r requirements-dev.txt

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ basepython = python3
2323
exclude = __pycache__
2424
skip_install = true
2525
deps =
26-
importlib-metadata<=4.13.0
2726
flake8
28-
flake8-no-fstring
2927
commands = flake8 {[base]linting_targets}
3028

3129
[testenv:pylint]

0 commit comments

Comments
 (0)