From 1582ba9723a105366c8835e7510aba58bb748aec Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 28 Feb 2019 13:38:25 +0100 Subject: [PATCH] try pytest.ini --- molecule/gce-centos-7/create.yml | 2 +- pytest.ini | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 pytest.ini diff --git a/molecule/gce-centos-7/create.yml b/molecule/gce-centos-7/create.yml index c9d603a..6fbb72e 100644 --- a/molecule/gce-centos-7/create.yml +++ b/molecule/gce-centos-7/create.yml @@ -47,7 +47,7 @@ 'identity_file': "{{ ssh_identity_file }}", } with_items: "{{ gce_jobs.results }}" loop_control: - label: "{{ item.instance_data[0].name }} - {{ item.instance_data[0].machine_type }}" + label: "{{ item.instance_data[0].name }}:{{ item.instance_data[0].machine_type }}" register: instance_config_dict when: server.changed | bool diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..5cf23b3 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +filterwarnings = + ignore:Using.*the ABCs.*:DeprecationWarning + ignore:You passed a bytestring as.*:DeprecationWarning