summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgy Frolov <gosha@fro.lv>2021-02-22 14:56:27 +0300
committerGitHub <noreply@github.com>2021-02-22 14:56:27 +0300
commit968a7a85d71fdf1c6efee7ce6b106ae01125759c (patch)
tree9013da3c6cb2d3d0986ab083f50613e1a289468f
parentef914cbaaa694539908e35a4f88e0b2ac884f714 (diff)
parent08cf9460f2c362ad29de02e072d7f619ee7213c6 (diff)
Merge pull request #963 from dbcli/pytest-ignore
Ignore the paramiko_stub file while collecting pytests.
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..5422131
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,2 @@
+[pytest]
+addopts = --ignore=mycli/packages/paramiko_stub/__init__.py