Skip to content

Commit 9a8af08

Browse files
committed
pytest 8
1 parent a01edd4 commit 9a8af08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

py/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
GOOGLE_ADK_VERSIONS = (LATEST, "1.14.1")
7676
# temporalio 1.19.0+ requires Python >= 3.10; skip Python 3.9 entirely
7777
TEMPORAL_VERSIONS = (LATEST, "1.20.0", "1.19.0")
78-
PYTEST_VERSIONS = (LATEST, "8.4.2", "7.4.4")
78+
PYTEST_VERSIONS = (LATEST, "8.4.2")
7979

8080

8181
@nox.session()

py/src/braintrust/wrappers/pytest_plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automatically track pytest test results as [Braintrust](https://www.braintrust.d
55
## Requirements
66

77
- Python >= 3.10
8-
- pytest >= 7
8+
- pytest >= 8
99

1010
## Installation
1111

0 commit comments

Comments
 (0)