From d2362a629d9871f535493b2ff92bcad415ae6dcd Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 29 Apr 2024 10:22:27 +0200 Subject: Standardize and modernize package configuration. --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 89f5094..1785f0f 100644 --- a/tox.ini +++ b/tox.ini @@ -11,14 +11,10 @@ usedevelop = True changedir = tests commands = py.test {posargs} -deps = - pytest - -r{toxinidir}/requirements.txt [testenv:flake8] skip_install = True changedir = {toxinidir} -deps = flake8 commands = flake8 setup.py git_deps tests # Options for pytest -- cgit