From 70a17fdddc5bfcc9c6388b813bc7fa58a0c1b4a8 Mon Sep 17 00:00:00 2001 From: Iakov 'Jake' Kirilenko Date: Fri, 1 Feb 2019 15:56:43 +0300 Subject: [PATCH] rename [pytest] -> [tool:pytest] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 733a464..1e1bb7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -[pytest] +[tool:pytest] norecursedirs = deploy env sandbox sandbox_tests python_files = test_*.py tests.py addopts = --ignore=stepic_plugins/quizzes/code/tests/test_languages.py