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 authored and astrofrog committed Mar 16, 2021
1 parent 837ae73 commit 7d76609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -136,6 +136,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 7d76609

Please sign in to comment.