Skip to content

Commit

Permalink
Ignore all warnings from markdown module
Browse files Browse the repository at this point in the history
Unfortunately newest versions are issuing further warnings; we need
to ignore those until at least we upgrade errobot (#16) to see if the
warnings go away
  • Loading branch information
nicoddemus committed May 30, 2019
1 parent 6948fd1 commit a973e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pytest]
filterwarnings=
error
ignore:::markdown
ignore:::markdown.*
ignore:invalid escape sequence::bottle
ignore:Using or importing the ABCs::bottle|jinja2
ignore:Using or importing the ABCs::bottle|jinja2

0 comments on commit a973e89

Please sign in to comment.