Skip to content

Commit

Permalink
upgrade pytest to try to fix random pytest segfault test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed May 13, 2022
1 parent 4f1e262 commit a15ba4f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion erroranalysis/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.0.1
pytest<=7.1.2
pytest-cov
pytest-mock==3.6.1
requests==2.25.1
Expand Down
2 changes: 1 addition & 1 deletion rai_core_flask/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.0.1
pytest<=7.1.2
pytest-cov
pytest-mock==3.6.1
requests==2.25.1
Expand Down
2 changes: 1 addition & 1 deletion raiutils/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.0.1
pytest<=7.1.2
pytest-cov
pytest-mock==3.6.1
requests==2.25.1
Expand Down
2 changes: 1 addition & 1 deletion raiwidgets/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for raiwidgets development

pytest==7.0.1
pytest<=7.1.2
pytest-cov
pytest-mock==3.6.1
requests==2.25.1
Expand Down
2 changes: 1 addition & 1 deletion responsibleai/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for responsibleai development

pytest==7.0.1
pytest<=7.1.2
pytest-cov
pytest-mock==3.6.1

Expand Down

0 comments on commit a15ba4f

Please sign in to comment.