mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
10 lines
303 B
TOML
10 lines
303 B
TOML
# Config file for pytest
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = "."
|
|
filterwarnings = [
|
|
# Ignore warning about CGI being deprecated in cherrypy
|
|
'''ignore:'cgi' is deprecated''',
|
|
# Ignore numerous warnings from cherrypy
|
|
"ignore::DeprecationWarning: invalid escape sequence"
|
|
] |