We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c1674 commit 68743a3Copy full SHA for 68743a3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "censys"
3
-version = "2.0.6.beta1"
+version = "2.0.6"
4
description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)."
5
readme = "README.md"
6
authors = ["Censys, Inc. <support@censys.io>"]
pytest.ini
@@ -2,4 +2,9 @@
testpaths =
tests
# Ignore warnings for deprecation
-addopts = --cov -rs -p no:warnings
+addopts = --cov -rs
+filterwarnings=
7
+ ; https://docs.python.org/3/library/warnings.html#warning-filter
8
+ ; action:message:category:module:line
9
+ ; Disable warnings from 3rd party modules
10
+ ignore:.*:DeprecationWarning:.*
0 commit comments