Skip to content

Commit

Permalink
tests: fix one test
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Feb 17, 2024
1 parent f8688ad commit 234bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ class SessionNoSlots(nox.sessions.Session):
"requests",
"urllib3",
silent=False,
external=True,
external="error",
)

def test___slots__(self):
Expand Down

0 comments on commit 234bd2b

Please sign in to comment.