Skip to content

Commit

Permalink
missing required package
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Jan 7, 2025
1 parent d853b9e commit 18865c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ flake8
pytest
pytest-asyncio
httpx
h2
requests
aiohttp
cbor2
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/subscribe/steps/then_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def step_impl(ctx):
@async_run_until_complete
async def step_impl(context, channel1, channel2):
context.pubnub.unsubscribe().channels([channel1, channel2]).execute()
await asyncio.sleep(0.5)
await asyncio.sleep(3)


@then(u'I don\'t observe any Events and Invocations of the Presence EE')
Expand Down

0 comments on commit 18865c8

Please sign in to comment.