From 8f25814a0bf2a638b05d707e89920a41878a9c93 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 30 Oct 2025 16:37:14 -0700 Subject: [PATCH 1/2] Pin htcondor to <25 v25 changes the API and does not work. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5391916..422f37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] keywords = ["lsst"] dependencies = [ - "htcondor >= 8.8", + "htcondor >= 8.8, <25.0", "lsst-ctrl-bps", "lsst-daf-butler", "lsst-utils" From 11eb3cfbf7a6b9af3d92f79a1552b95a5a7a834e Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 30 Oct 2025 16:38:51 -0700 Subject: [PATCH 2/2] Remove pytest-openfiles This no longer functions. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 422f37e..c23f559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "pytest >= 3.2", - "pytest-openfiles >= 0.5.0" + "pytest >= 3.2" ] [tool.setuptools.packages.find]