Skip to content

Commit

Permalink
Fix Python 3.12 build (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa authored Oct 19, 2023
1 parent b85ac5f commit 27a84d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile.qa
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN apt-get clean
WORKDIR /atlassian-python-api
COPY requirements.txt .
COPY requirements-dev.txt .
RUN python3 -m pip install --no-cache-dir --upgrade setuptools
RUN python3 -m pip install --no-cache-dir --upgrade pip
RUN python3 -m pip install --no-cache-dir --upgrade wheel
RUN python3 -m pip install --no-cache-dir -r requirements-dev.txt
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ basepython = python3
exclude = __pycache__
skip_install = true
deps =
importlib-metadata<=4.13.0
flake8
flake8-no-fstring
commands = flake8 {[base]linting_targets}

[testenv:pylint]
Expand Down

0 comments on commit 27a84d2

Please sign in to comment.