Skip to content

Commit

Permalink
flake8: DeprecationWarning: SelectableGroups dict interface is deprec… (
Browse files Browse the repository at this point in the history
#868)

  Ref: #867

Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Co-authored-by: Chen Lihui <lihui.chen@sony.com>
Co-authored-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
3 people authored Nov 3, 2023
1 parent 3f0ae33 commit 9c13edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
junit_family=xunit2
timeout=900
timeout_method=thread
# flake8 in Ubuntu 22.04 prints this warning; we ignore it for now
filterwarnings=ignore:SelectableGroups:DeprecationWarning

0 comments on commit 9c13edc

Please sign in to comment.