Skip to content

Commit

Permalink
move coverage to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 10, 2023
1 parent feeb7ce commit fca0a84
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions envs/lenskit-py3.10-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ dependencies:
- python=3.10
- binpickle >= 0.3.2
- cffi >= 1.12.2
- coverage >= 5
- csr >= 0.4
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-cov >= 2.12
- pytest-doctestplus >= 0.9
- scikit-learn >= 0.22
- scipy >= 1.3.2
Expand Down
2 changes: 2 additions & 0 deletions envs/lenskit-py3.10-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ dependencies:
- python=3.10
- binpickle >= 0.3.2
- cffi >= 1.12.2
- coverage >= 5
- csr >= 0.4
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-cov >= 2.12
- pytest-doctestplus >= 0.9
- scipy >= 1.3.2
- seedbank >= 0.1.0
2 changes: 2 additions & 0 deletions envs/lenskit-py3.11-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ dependencies:
- python=3.11
- binpickle >= 0.3.2
- cffi >= 1.12.2
- coverage >= 5
- csr >= 0.4
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-cov >= 2.12
- pytest-doctestplus >= 0.9
- scikit-learn >= 0.22
- scipy >= 1.3.2
Expand Down
2 changes: 2 additions & 0 deletions envs/lenskit-py3.11-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ dependencies:
- python=3.11
- binpickle >= 0.3.2
- cffi >= 1.12.2
- coverage >= 5
- csr >= 0.4
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-cov >= 2.12
- pytest-doctestplus >= 0.9
- scipy >= 1.3.2
- seedbank >= 0.1.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ source = "https://github.com/lenskit/lkpy"
test = [
"pytest ==7.*",
"pytest-doctestplus >= 0.9",
"coverage >= 5",
"pytest-cov >= 2.12",
"hypothesis >= 6"
]
dev = [
Expand All @@ -50,8 +52,6 @@ dev = [
"requests >=2",
"packaging >= 20",
"flake8 >= 3",
"coverage >= 5",
"pytest-cov >= 2.12",
"ipython >= 7",
"docopt >= 0.6",
"tqdm >= 4",
Expand Down

0 comments on commit fca0a84

Please sign in to comment.