Tests are failing now because somehow the test_data_path
fixture seems to point to the wrong directory.
#1600
Labels
test_data_path
fixture seems to point to the wrong directory.
#1600
Tests are failing now because somehow the
test_data_path
fixture seems to point to the wrong directory.It should point to
ESMValCore/tests/integration/cmor/_fixes/test_data
, while on the CI machine it apparently points to/root/project/tests/integration/cmor/_fixes/test_data
.Locally this test runs fine. In addition, other tests that use that fixture also seem to run fine (e.g.,
tests/integration/cmor/_fixes/test_common.py
,tests/integration/cmor/_fixes/icon/test_icon.py
, etc.).Might this be related to #1588 @bouweandela? I think this error appeared after merging the current main with these changes into this branch.
Originally posted by @schlunma in #1554 (comment)
The text was updated successfully, but these errors were encountered: