Skip to content

Commit d8919d7

Browse files
authored
Merge branch 'develop' into dev-define-engines-abc
2 parents cc28a12 + af5f284 commit d8919d7

File tree

3 files changed

+96
-116
lines changed

3 files changed

+96
-116
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt update
3131
sudo apt-get install -y libopenslide-dev openslide-tools libopenjp2-7 libopenjp2-tools
3232
python -m pip install --upgrade pip
33-
python -m pip install ruff==0.5.7 "pytest<8.3.0" pytest-cov pytest-runner
33+
python -m pip install ruff==0.5.7 pytest pytest-cov pytest-runner
3434
pip install -r requirements/requirements.txt
3535
- name: Cache tiatoolbox static assets
3636
uses: actions/cache@v3

requirements/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mypy>=1.6.1
77
pip>=22.3
88
poetry-bumpversion>=0.3.1
99
pre-commit>=2.20.0
10-
pytest>=7.2.0, <8.3.0
10+
pytest>=7.2.0
1111
pytest-cov>=4.0.0
1212
pytest-runner>=6.0
1313
pytest-xdist[psutil]

0 commit comments

Comments
 (0)