Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [

dependencies = [
# Core Testing Framework
"pytest>=8.0.0,<10.0.0", # Constrained by pytest-playwright 0.7.1
"pytest>=9.0.3,<10.0.0", # Constrained by pytest-playwright 0.7.1
"pytest-xdist>=3.8.0",
# pytest-rerunfailures removed - causes deadlock with async fixtures
# Use --reruns=0 or remove plugin if needed for async tests
Expand Down Expand Up @@ -71,7 +71,7 @@ gpu = [
]
dev = [
# Testing
"pytest>=8.0.0,<10.0.0", # Constrained by pytest-playwright 0.7.1
"pytest>=9.0.3,<10.0.0", # Constrained by pytest-playwright 0.7.1
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
"pytest-timeout>=2.4.0",
Expand Down
Loading