Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbf8299

Browse files
authored
Merge pull request #2834 from seleniumbase/downgrade-pytest-to-fix-issue
Downgrade the `pytest` version to fix an issue
2 parents ef9a438 + e290bab commit bbf8299

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pluggy==1.2.0;python_version<"3.8"
4242
pluggy==1.5.0;python_version>="3.8"
4343
py==1.11.0
4444
pytest==7.4.4;python_version<"3.8"
45-
pytest==8.2.2;python_version>="3.8"
45+
pytest==8.2.1;python_version>="3.8"
4646
pytest-html==2.0.1
4747
pytest-metadata==3.0.0;python_version<"3.8"
4848
pytest-metadata==3.1.1;python_version>="3.8"

‎seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.27.2"
2+
__version__ = "4.27.3"

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
'pluggy==1.5.0;python_version>="3.8"',
191191
"py==1.11.0", # Needed by pytest-html
192192
'pytest==7.4.4;python_version<"3.8"',
193-
'pytest==8.2.2;python_version>="3.8"',
193+
'pytest==8.2.1;python_version>="3.8"',
194194
"pytest-html==2.0.1", # Newer ones had issues
195195
'pytest-metadata==3.0.0;python_version<"3.8"',
196196
'pytest-metadata==3.1.1;python_version>="3.8"',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /