Skip to content

Commit

Permalink
Merge pull request #11167 from pllim/tst-pin-pytest-samp-fault
Browse files Browse the repository at this point in the history
TST: Ignore exception in thread warning from pytest>=6.2
  • Loading branch information
pllim committed Dec 15, 2020
2 parents 0d9a916 + 32e1543 commit eb2b265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -138,6 +138,8 @@ filterwarnings =
# Ignore a warning we emit about not supporting the parallel
# reading option for now, can be removed once the issue is fixed
ignore:parallel reading does not currently work, so falling back to serial
# Ignore pytest.PytestUnhandledThreadExceptionWarning from SAMP, pytest>=6.2
ignore:Exception in thread
doctest_norecursedirs =
*/setup_package.py
doctest_subpackage_requires =
Expand Down

0 comments on commit eb2b265

Please sign in to comment.