pvarki / python-rasenmaeher-api

1 stars 0 forks source link

pylint pre-commit/action@v3.0.0 fails - Unable to import 'pytest_asyncio' #13

Closed karppo closed 1 year ago

karppo commented 1 year ago

Need to figure out why pre-commit/action@v3.0.0 fails on pylint with error "Unable to import 'pytest_asyncio'"

For now the import-error has been disabled for imports that are giving that error (pytest_asyncio and async_asgi_testclient). '# pylint: disable=import-error' for tests.

Example output with error. https://github.com/pvarki/python-rasenmaeher-api/actions/runs/5164501049/jobs/9303437029

rambo commented 1 year ago

use "poetry install" to install dev/test dependencies.