Skip to content

Commit

Permalink
Fix unit test failure due to deprecated pkg_resource usage in python-…
Browse files Browse the repository at this point in the history
…workflows (#486)
  • Loading branch information
rtuck99 committed Sep 13, 2024
1 parent 794469f commit cc3b1f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ filterwarnings = [
"ignore:(.*)unclosed event loop(.*):ResourceWarning",
# Ignore pydantic 2 issues from blueapi, see https://github.com/DiamondLightSource/blueapi/issues/622
"ignore::DeprecationWarning:blueapi",
# Ignore deprecation warning from python-workflows https://github.com/DiamondLightSource/python-workflows/issues/180
"ignore:.*pkg_resources.*:DeprecationWarning",
]
# Doctest python code in docs, python code in src docstrings, test functions in tests
testpaths = "docs src tests/unit_tests"
Expand Down

0 comments on commit cc3b1f0

Please sign in to comment.