try pytest.ini
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-28 13:38:25 +01:00
parent d9c1691157
commit 1582ba9723
2 changed files with 5 additions and 1 deletions

View File

@ -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

4
pytest.ini Normal file
View File

@ -0,0 +1,4 @@
[pytest]
filterwarnings =
ignore:Using.*the ABCs.*:DeprecationWarning
ignore:You passed a bytestring as.*:DeprecationWarning