Skip to content

Commit 0930200

Browse files
committed
adds extra installs to tests
1 parent 7139cf6 commit 0930200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def install(session):
2727

2828
@nox.session(python=False)
2929
def smoke(session):
30-
session.install(*"pytest".split())
30+
session.install(*"pytest aiohttp requests".split())
3131
session.run(*"pytest --skiphdfs upath".split())
3232

3333

0 commit comments

Comments
 (0)