From 20c9271c734bf6ef624c5792c421e5af0545ba4a Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Thu, 16 Dec 2021 09:31:00 +0100 Subject: [PATCH] Fixed phonopy test case. --- dependencies/parsers/phonopy | 2 +- tests/processing/test_data.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/parsers/phonopy b/dependencies/parsers/phonopy index 4af5658c85..49de6c338b 160000 --- a/dependencies/parsers/phonopy +++ b/dependencies/parsers/phonopy @@ -1 +1 @@ -Subproject commit 4af5658c85707b6963b2c892b2f4c62c770b824c +Subproject commit 49de6c338beffa48a70dc9d8162484a8f736efaf diff --git a/tests/processing/test_data.py b/tests/processing/test_data.py index d6f5516335..c49c4ee39b 100644 --- a/tests/processing/test_data.py +++ b/tests/processing/test_data.py @@ -601,7 +601,7 @@ def test_qcms_data(proc_infra, test_user): @pytest.mark.timeout(config.tests.default_timeout) -def test_phonopy_data(proc_infra, test_user, no_warn): +def test_phonopy_data(proc_infra, test_user): upload = run_processing(('test_upload', 'tests/data/proc/examples_phonopy.zip'), test_user) additional_keys = ['results.method.simulation.program_name'] -- GitLab