Skip to content

Commit

Permalink
Further fixes for 3.8
Browse files Browse the repository at this point in the history
See pytest-dev/pytest#7371 (comment)
for more context on this issue.
  • Loading branch information
Jason Anderson committed Dec 3, 2021
1 parent f96225e commit 401e090
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN pip wheel \
--wheel-dir /custom-wheels \
netifaces \
yappi \
psutil
psutil \
typed-ast

FROM python:${python_version}-slim as base

Expand Down
32 changes: 24 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.6"
Flask = "^1.1.1"
importlib-metadata = [
{ version = "^0.20", python = "<3.7" },
{ version = "^0.23", python = "3.8" }
{ version = "^1.0", python = ">=3.8" }
]
"oslo.config" = "^6.11.3"
"oslo.db" = "^5.0.2"
Expand Down

0 comments on commit 401e090

Please sign in to comment.