Skip to content

Commit

Permalink
Remove pytest-openfiles
Browse files Browse the repository at this point in the history
Closes #802
  • Loading branch information
timj committed Jul 15, 2024
1 parent f0a5493 commit a2ad674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
shell: bash -l {0}
run: |
mamba install -y -q \
pytest pytest-xdist pytest-openfiles pytest-cov
pytest pytest-xdist pytest-cov
- name: List installed packages
shell: bash -l {0}
Expand All @@ -90,7 +90,7 @@ jobs:
env:
SQLALCHEMY_WARN_20: 1
run: |
pytest -r a -v -n 3 --open-files --cov=lsst.daf.butler --cov=tests --cov-report=xml --cov-report=term --cov-branch
pytest -r a -v -n 3 --cov=lsst.daf.butler --cov=tests --cov-report=xml --cov-report=term --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
with:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ server = [
]
test = [
"pytest >= 3.2",
"pytest-openfiles >= 0.5.0",
"numpy >= 1.17",
"matplotlib >= 3.0.3",
"pandas >= 1.0",
Expand Down

0 comments on commit a2ad674

Please sign in to comment.