We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de500e commit 7b09d6fCopy full SHA for 7b09d6f
Dockerfile
@@ -1,6 +1,6 @@
1
# The devcontainer should use the developer target and run as root with podman
2
# or docker with user namespaces.
3
-ARG PYTHON_VERSION=PYTHON_VERSION=3.13@sha256:b41c4877ed4d8a4d6e04f0b341b84f2bd384325816975b1ebf7a2f2e02b7acaa
+ARG PYTHON_VERSION=3.13@sha256:b41c4877ed4d8a4d6e04f0b341b84f2bd384325816975b1ebf7a2f2e02b7acaa
4
FROM python:${PYTHON_VERSION} AS developer
5
6
# Add any system dependencies for the developer/build environment here
pyproject.toml
@@ -43,7 +43,7 @@ dev = [
43
"sphinx-design",
44
"tox-direct",
45
"types-mock",
46
- "pytest-asyncio==1.1.0",
+ "pytest-asyncio",
47
48
#usefull stuff for testing
49
"jupyter",
0 commit comments