We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc28a12 + af5f284 commit d8919d7Copy full SHA for d8919d7
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ jobs:
30
sudo apt update
31
sudo apt-get install -y libopenslide-dev openslide-tools libopenjp2-7 libopenjp2-tools
32
python -m pip install --upgrade pip
33
- python -m pip install ruff==0.5.7 "pytest<8.3.0" pytest-cov pytest-runner
+ python -m pip install ruff==0.5.7 pytest pytest-cov pytest-runner
34
pip install -r requirements/requirements.txt
35
- name: Cache tiatoolbox static assets
36
uses: actions/cache@v3
requirements/requirements_dev.txt
@@ -7,7 +7,7 @@ mypy>=1.6.1
7
pip>=22.3
8
poetry-bumpversion>=0.3.1
9
pre-commit>=2.20.0
10
-pytest>=7.2.0, <8.3.0
+pytest>=7.2.0
11
pytest-cov>=4.0.0
12
pytest-runner>=6.0
13
pytest-xdist[psutil]
0 commit comments