Skip to content

Commit

Permalink
ignored tango deprecation warning
Browse files Browse the repository at this point in the history
This will be handled seperately in
#681.
  • Loading branch information
evalott100 committed Nov 27, 2024
1 parent 338e5cc commit 5837a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
29 changes: 0 additions & 29 deletions panda_connect.py

This file was deleted.

8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,12 @@ addopts = """
--doctest-glob="*.rst" --doctest-glob="*.md"
--ignore=docs/examples --ignore=src/ophyd_async/epics/signal.py
"""
# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
filterwarnings = "error"
# "error" for https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
# "tango" for https://github.com/bluesky/ophyd-async/issues/681
filterwarnings = """
error
ignore::DeprecationWarning:tango.asyncio_executor:
"""
# Doctest python code in docs, python code in src docstrings, test functions in tests
testpaths = "docs src tests"
log_format = "%(asctime)s,%(msecs)03d %(levelname)s (%(threadName)s) %(message)s"
Expand Down

0 comments on commit 5837a68

Please sign in to comment.