File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : run tests
4343 run : |
4444 uv run --group test ${{ matrix.install-args }} \
45- pytest --color=yes
45+ pytest --color=yes ${{ contains( matrix.install-args , 'lowest' ) && '-Wdefault' │ '' }}
4646
4747
4848 type-check :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ requires-python = ">=3.10.3"
3232dependencies = [
3333 " inifix>=4.1.0" ,
3434 " numpy>=1.21.2" ,
35- " yt>=4.2 .0" ,
35+ " yt>=4.4 .0" ,
3636 " typing-extensions>=4.4.0 ; python_version < '3.12'"
3737]
3838
@@ -59,7 +59,7 @@ Tracker = "https://github.com/neutrinoceros/yt_idefix/issues"
5959test = [
6060 " more-itertools>=8.4.0" ,
6161 " pyaml>=17.10.0" ,
62- " pytest>=7 .0.0" ,
62+ " pytest>=9 .0.0" ,
6363]
6464
6565typecheck = [
@@ -76,7 +76,14 @@ no-build-package = [
7676 " kiwisolver" ,
7777 " h5py" ,
7878 " ewah-bool-utils" ,
79+ " mpmath" ,
80+ " iniconfig" ,
81+ " pyyaml" ,
7982]
83+ constraint-dependencies = [
84+ " matplotlib>=3.6.0" , # can be cleaned once yt 4.5 is min
85+ ]
86+
8087
8188
8289[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments