Skip to content

Commit f648274

Browse files
committed
Fix typo
1 parent 2e95db1 commit f648274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def default(session):
3535
session.install("-e", ".")
3636

3737
# Inject AsyncIO content, if version >= 3.6.
38-
if version(session.python) >= version('3.6'):
38+
if version.Version(session.python) >= version.Version('3.6'):
3939
session.install(
4040
"asyncmock",
4141
"git+https://github.com/pytest-dev/pytest-asyncio.git")

0 commit comments

Comments
 (0)