We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01edd4 commit 9a8af08Copy full SHA for 9a8af08
2 files changed
py/noxfile.py
@@ -75,7 +75,7 @@
75
GOOGLE_ADK_VERSIONS = (LATEST, "1.14.1")
76
# temporalio 1.19.0+ requires Python >= 3.10; skip Python 3.9 entirely
77
TEMPORAL_VERSIONS = (LATEST, "1.20.0", "1.19.0")
78
-PYTEST_VERSIONS = (LATEST, "8.4.2", "7.4.4")
+PYTEST_VERSIONS = (LATEST, "8.4.2")
79
80
81
@nox.session()
py/src/braintrust/wrappers/pytest_plugin/README.md
@@ -5,7 +5,7 @@ Automatically track pytest test results as [Braintrust](https://www.braintrust.d
5
## Requirements
6
7
- Python >= 3.10
8
-- pytest >= 7
+- pytest >= 8
9
10
## Installation
11
0 commit comments