From d0ee6b27ecdb3703639c14274d483023888e2edb Mon Sep 17 00:00:00 2001 From: Zachary Spector Date: Tue, 18 Jun 2024 21:10:07 +1200 Subject: [PATCH] Revert "Adapt tox.ini to run in my PyCharm setup" This reverts commit bcf6acb2c773ffcde3d7767837e0a23a2b7fe0e4. --- tox.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index ffae531bf..d9a11cce3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,15 +1,15 @@ +# content of: tox.ini , put in same dir as setup.py [tox] -envlist = py38,py39,py310,py311,py312 +envlist = py38,py39,py310,py311 skipsdist = true [testenv] -passenv = - DISPLAY - PYTHONPATH +# install pytest in the virtualenv where commands will be executed +passenv = DISPLAY deps = pytest - -r LiSE/test_requirements.txt - kivy - pygments + LiSE/ + ELiDE/ commands = + # NOTE: you can run any command line tool here - not just tests python -m pytest