mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
update back pre-commit hook
specify minimum target_version as py36 results in some churn
This commit is contained in:
@@ -182,7 +182,8 @@ async def test_get_users(app):
|
||||
|
||||
@mark.user
|
||||
@mark.parametrize(
|
||||
"state", ("inactive", "active", "ready", "invalid"),
|
||||
"state",
|
||||
("inactive", "active", "ready", "invalid"),
|
||||
)
|
||||
async def test_get_users_state_filter(app, state):
|
||||
db = app.db
|
||||
|
Reference in New Issue
Block a user