rewrite pytest-mypy-plugin extension code to use new hook

This commit is contained in:
Maxim Kurnikov
2019-07-23 17:38:18 +03:00
parent df021f6baa
commit 6332620443
6 changed files with 32 additions and 73 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ jobs:
python: 3.7
script: |
set -e
pip install pytest_plugin/
pytest -p no:pytest-mypy-plugins
pytest
- name: Typecheck Django test suite
python: 3.7