Skip to content

Commit 4ea1206

Browse files
Pin pytest version
1 parent d7ae2de commit 4ea1206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def select_constraint(default, nightly=None, git_master=None):
4545
]
4646

4747
TEST_PACKAGES = [
48-
'pytest',
48+
'pytest>=8.3.0,<9',
4949
]
5050
# Get version from version module.
5151
with open('fairness_indicators/version.py') as fp:

tensorboard_plugin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def select_constraint(default, nightly=None, git_master=None):
5151
]
5252

5353
TEST_PACKAGES = [
54-
'pytest',
54+
'pytest>=8.3.0,<9',
5555
]
5656

5757
with open('README.md', 'r', encoding='utf-8') as fh:

0 commit comments

Comments
 (0)