commit | 01ccc49eaa86b557d3550bc44984e3733b764c09 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 26 20:26:43 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Sep 27 00:48:10 2022 -0400 |
tree | 534cb841dfdb7a174bfce42a3476f8f3da220cbe | |
parent | e1e1ae4075bef7fec6668b5a10e1e847d2a9ff48 [diff] [blame] |
test: fix integration jobs
diff --git a/pyproject.toml b/pyproject.toml index 43fef11..3ed2ad9 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -46,6 +46,7 @@ "--cov-report=term-missing", ] filterwarnings = [ + "ignore::DeprecationWarning", "ignore::schematics.deprecated.SchematicsDeprecationWarning", "ignore:The asyncore module is deprecated", ]