From f2e45a3e5b66472bd9a1523c62a92e0e81c9d03a Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 20 Dec 2024 13:05:23 -0500 Subject: [PATCH] cleanup downstream - remove weldx - change abacusutils tests per suggestion --- .github/workflows/downstream.yml | 1 - tox.ini | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 95c644d82..12cd63e40 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -70,7 +70,6 @@ jobs: # Any env name which does not start with `pyXY` will use this Python version. default_python: '3.12' envs: | - - linux: weldx - linux: sunpy - linux: dkist - linux: abacusutils diff --git a/tox.ini b/tox.ini index 9161ab209..16e704b47 100644 --- a/tox.ini +++ b/tox.ini @@ -334,9 +334,7 @@ extras = commands_pre = bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt" git clone https://github.com/abacusorg/abacusutils.git - pip install -vU setuptools wheel scipy Cython 'numpy<2' # for classy and corrfunc - pip install --no-build-isolation classy corrfunc - pip install -e abacusutils[test] + pip install -e ./abacusutils pytest pip install -r {env_tmp_dir}/requirements.txt # make an empty pytest.ini to prevent pytest from crawling up # one directory and finding the pytest configuration for the asdf