Skip to content

silenum/nest-asyncio-bug-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project for Demonstration of nest_asyncio Bug

This project serves for demonstration of the reported bug here on GitHub erdewit's nest_asyncio

Demonstration

Setup Project with Python 3.8.3

  • Create virtual environment with python -m venv venv
  • Activate Environment (Note: I am running on Windows 10) with .\venv\Scripts\activate
  • Install Requirements with pip install -r requirements.txt
  • Execute Tests with pytest

Result: Screenshot Test Execution Python 3.8.3

Setup Project with Python 3.10.7

  • Create virtual environment with python3 -m venv venv
  • Activate Environment (Note: I am running on Windows 10) with .\venv\Scripts\activate
  • Install Requirements with pip install -r requirements.txt
  • Execute Tests with pytest

Result: Screenshot Test Execution Python 3.8.3

As one can see, the execution does not return and keeps stuck after the test execution. The expected behaviour is to return as it does with Python 3.8.3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages