Remove awaitable checks from TestObserver

This commit is contained in:
Alex Root Junior 2019-11-24 01:07:43 +02:00
parent fd6e78ddf7
commit 55f6c29ba6
3 changed files with 54 additions and 3 deletions

View file

@ -98,7 +98,7 @@ lint: isort black flake8 mypy
.PHONY: test
test:
$(py) pytest --cov=aiogram --cov-config .coveragerc
$(py) pytest --cov=aiogram --cov-config .coveragerc -p no:warnings tests/
.PHONY: test-coverage
test-coverage: