nbclassic icon indicating copy to clipboard operation
nbclassic copied to clipboard

remove unused pytest_tornasync dependency

Open echarles opened this issue 2 years ago • 1 comments

Fixes https://github.com/jupyter/nbclassic/issues/198

echarles avatar Jan 22 '23 05:01 echarles

It looks like pytest_tornasync is still needed

  File "C:\hostedtoolcache\windows\Python\3.7.9\x64\lib\site-packages\_pytest\config\__init__.py", line 774, in import_plugin
    __import__(importspec)
ImportError: Error importing plugin "pytest_tornasync": No module named 'pytest_tornasync'
Error: Process completed with exit code 1.

echarles avatar Jan 22 '23 05:01 echarles