Skip to content

Commit f4686fa

Browse files
authored
Merge pull request #653 from bashtage/update-pytest
MAINT: Update pytest version and remove runtime deps
2 parents b9cb0d0 + 71d9c00 commit f4686fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ci/azure_template_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- script: |
3737
python -m pip install --upgrade pip setuptools>=61 wheel
3838
python -m pip install -r requirements.txt
39+
python -m pip install -r requirements-dev.txt
3940
python -m pip install -r requirements-test.txt
4041
displayName: 'Install dependencies'
4142

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
cython>=3.0.10
12
xarray>=0.16
23
mypy>=1.3
34
black[jupyter]~=25.1.0
4-
pytest>=7.3.0,<8
5+
pytest>=8.4.1,<9
56
isort>=5.12
67
ipython
78
matplotlib
@@ -17,6 +18,7 @@ pandas-stubs
1718
pytest-xdist
1819
pytest-cov
1920
seaborn
21+
setuptools_scm[toml]>=8.0.3,<9
2022
sphinx
2123
sphinx-immaterial
2224
sphinxcontrib-spelling

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8
44
isort
55
colorama
66
matplotlib
7-
pytest>=7.3.0,<8
7+
pytest>=8.4.1,<9
88
pytest-xdist
99
pytest-cov
1010
seaborn

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ pandas>=1.4.0
33
scipy>=1.8.0
44
statsmodels>=0.13.0
55
mypy_extensions>=0.4
6-
Cython>=3.0.10
76
pyhdfe>=0.1
87
formulaic>=1.0.2
9-
# versioning
10-
setuptools_scm[toml]>=8.0.0,<9.0.0

0 commit comments

Comments
 (0)