Skip to content

Commit

Permalink
removed pytest changes (do it in another mr)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 21, 2024
1 parent c65fa71 commit cd3f4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Release Notes
* Dropped support for Python 3.8 :pr:`4414`
* Removed vowpalwabbit :pr:`4427`
* Uncapped holidays :pr:`4428`
* Unpinned kaleido, pytest-xdist, pytest-timeout, and pytest-cov :pr:`4423`
* Unpinned kaleido :pr:`4423`
* Documentation Changes
* Testing Changes
* Run airflow tests in Python 3.9 :pr:`4391`
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ dependencies = [
[project.optional-dependencies]
test = [
"pytest == 7.1.2",
"pytest-xdist >= 2.1.0",
"pytest-timeout >= 1.4.2",
"pytest-cov >= 2.10.1",
"pytest-xdist == 2.1.0",
"pytest-timeout == 1.4.2",
"pytest-cov == 2.10.1",
"nbval == 0.9.3",
"IPython >= 8.10.0, <8.12.1",
"PyYAML == 6.0.1",
Expand Down

0 comments on commit cd3f4f8

Please sign in to comment.