File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ jobs:
417417 echo "INSTALL_EXTRAS=$INSTALL_EXTRAS"
418418 echo "UV_RESOLUTION=$UV_RESOLUTION"
419419 echo "MOD_VERSION=$MOD_VERSION"
420- python -m pip install --prefer-binary "line_profiler[$ INSTALL_EXTRAS]==$MOD_VERSION" -f wheelhouse
420+ python -m pip install --prefer-binary "${WHEEL_FPATH}[${ INSTALL_EXTRAS}]"
421421 echo "Install finished."
422422 - name : Test wheel ${{ matrix.install-extras }}
423423 shell : bash
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def configure(
168168 'path' : None ,
169169 'format' : '%(asctime)s : [file] %(levelname)s : %(message)s' ,
170170 }
171- streaminfo : dict [str , bool | None | str ] = {
171+ streaminfo : dict [str , bool | None | str ] = {
172172 '__enable__' : None , # will be determined below
173173 'format' : '%(levelname)s: %(message)s' ,
174174 }
Original file line number Diff line number Diff line change 1- pytest>=7.4.4 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+
2- pytest>=7.4.4 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12
3- pytest>=7.4.4 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11
4- pytest>=7.4.4 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
5- pytest>=7.4.4 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9
6- pytest>=7.4.4 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8
7-
1+ pytest>=7.4.4
82pytest-cov>=3.0.0
9-
10- coverage[toml]>=7.3.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12
11- coverage[toml]>=6.5.0 ; python_version < '3.12' and python_version >= '3.10' # Python 3.10-3.11
12- coverage[toml]>=6.5.0 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9
13- coverage[toml]>=6.5.0 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8
14-
3+ coverage[toml]>=7.3.0
154ubelt >= 1.3.4
165xdoctest >= 1.1.3
You can’t perform that action at this time.
0 commit comments