We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e95db1 commit f648274Copy full SHA for f648274
noxfile.py
@@ -35,7 +35,7 @@ def default(session):
35
session.install("-e", ".")
36
37
# Inject AsyncIO content, if version >= 3.6.
38
- if version(session.python) >= version('3.6'):
+ if version.Version(session.python) >= version.Version('3.6'):
39
session.install(
40
"asyncmock",
41
"git+https://github.com/pytest-dev/pytest-asyncio.git")
0 commit comments