Skip to content

Commit

Permalink
updated test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 16, 2023
1 parent e6f984d commit 7ef292b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Update build tools
run: python -m pip install --upgrade pip

- name: Install XNAT checks
- name: Install Xnat-Ingest
run: python -m pip install .[test]

- name: Save XNAT username/password in ~/.netrc
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dev = ["black", "pre-commit", "codespell", "flake8", "flake8-pyproject"]
test = [
"pytest >=6.2.5",
"pytest-env>=0.6.2",
"pytest-cov>=2.12.1",
"xnat4tests >=0.3",
"medimages4tests >=0.3.1",
"PyYAML",
Expand Down

0 comments on commit 7ef292b

Please sign in to comment.