summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@netflix.com>2021-02-20 20:08:02 -0800
committerAmjith Ramanujam <amjith@netflix.com>2021-02-20 20:08:02 -0800
commit08cf9460f2c362ad29de02e072d7f619ee7213c6 (patch)
treee0d1a870606be6496c2c83a22934b31e55124c9a
parenta4fa04bbedb20b48ed3950e02266efa1645c2074 (diff)
Ignore the paramiko_stub file while collecting pytests.pytest-ignore
-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