From b3a2357f5b176554ef83be4b0c51ce76f9ed36bf Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Wed, 28 Feb 2024 13:13:17 +0330 Subject: [PATCH] chore: cleanup --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index dbe2ebc..f65298a 100644 --- a/tox.ini +++ b/tox.ini @@ -14,9 +14,6 @@ setenv = PYTHONPATH = {toxinidir} deps = -r{toxinidir}/requirements.txt -; If you want to make tox run the tests with the same versions, create a -; requirements.txt with the pinned versions and uncomment the following line: -; -r{toxinidir}/requirements.txt commands = pip install -U pip pytest --basetemp={envtmpdir}