From ecb9d472e9bf863d6b14799c6a712e7fa5f3cfee Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Mon, 3 Dec 2018 02:05:41 +0300 Subject: [PATCH] fix ci --- dev-requirements.txt | 1 - pytest.ini | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index af930ba..b24bb6a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,2 @@ -decorator -e git+https://github.com/mkurnikov/pytest-mypy-plugins.git#egg=pytest-mypy-plugins -e . diff --git a/pytest.ini b/pytest.ini index 9a4bb98..e18eb9e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,6 @@ [pytest] -testpaths = ./test -python_files = test*.py +testpaths = ./test-data addopts = --tb=native --mypy-ini-file=./test-data/plugins.ini