From c818ae8ee17ae315a296ee0946c0d940269f0579 Mon Sep 17 00:00:00 2001 From: Jaekwon Bang Date: Fri, 18 Jun 2021 18:34:10 +0900 Subject: [PATCH] Delete unnecessary lines at tox.ini --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 5ac8e58..f67ca07 100644 --- a/tox.ini +++ b/tox.ini @@ -20,9 +20,6 @@ exclude = .tox/* filterwarnings = ignore::DeprecationWarning [testenv:test_run] -deps = - -r{toxinidir}/requirements.txt - commands = # Test - logging python tests/test_log.py