Skip to content

Commit

Permalink
Remove deprecated comment,
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Dec 11, 2024
1 parent 3250707 commit 05b33a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/everest/entry_points/test_everexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def validate_export_mock(**_):
@patch("everest.bin.everexport_script.export_with_progress", side_effect=export_mock)
def test_everexport_entry_run(_, cached_example):
"""Test running everexport with not flags"""
# NOTE: there is probably a bug concerning output folders. Everexport
# seems to assume that the folder where the file will be saved exists.
config_path, config_file, _ = cached_example("math_func/config_minimal.yml")
config = EverestConfig.load_file(Path(config_path) / config_file)
export_file_path = config.export_path
Expand Down

0 comments on commit 05b33a5

Please sign in to comment.