From 6c42be669912086821da0c2f2af32c4843284ef9 Mon Sep 17 00:00:00 2001 From: Ian Harrison Date: Thu, 1 Aug 2024 13:58:13 +0100 Subject: [PATCH] remove vestigial tox-conda comments --- tox.ini | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tox.ini b/tox.ini index c74b3e1d..5d752c89 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] requires = - #tox-conda setuptools >= 64 setuptools_scm >= 8 pip >= 19.3.1 @@ -12,11 +11,6 @@ envlist = allowlist_externals = conda pytest -#conda_env = soliket-tests.yml -#conda_setup_args= -# --override-channels -#conda_install_args= -# --override-channels setenv = COBAYA_PACKAGES_PATH = ./cobaya_packages @@ -57,7 +51,6 @@ commands = [testenv:codestyle] skip_install = true -# conda_env = changedir = . description = check code style, e.g. with flake8 deps = flake8