Skip to content

Commit

Permalink
add iris-sample-data test dependency (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Apr 15, 2024
1 parent da2f1ad commit 18618fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dependencies:
- pep8
- requests
- nose
- iris-sample-data
1 change: 1 addition & 0 deletions requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- pep8
- requests
- nose
- iris-sample-data

# Documentation dependencies.
- sphinx
Expand Down
1 change: 1 addition & 0 deletions requirements/py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dependencies:
- pep8
- requests
- nose
- iris-sample-data
2 changes: 2 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ mock
filelock
pep8
requests
iris-sample-data

0 comments on commit 18618fc

Please sign in to comment.