Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Remove usage of ert_version in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInFez committed Feb 27, 2020
1 parent db9b0c9 commit c4ccaee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion python/tests/job_runner/test_job_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def test_terminate_jobs(self):
"max_arg": None,
}
],
"ert_version": [],
"run_id": "",
"ert_pid": "",
}
Expand Down
4 changes: 1 addition & 3 deletions python/tests/job_runner/test_jobmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@
"license_path" : "this/is/my/license/PERGEN",
"max_running_minutes" : 12,
"max_running" : 30
}],
"ert_version" : [2, 2, "git"]
}]
}
"""

JSON_STRING_NO_DATA_ROOT = """
{
"umask" : "0000",
"ert_version" : [2, 2, "git"],
"jobList" : []
}
"""
Expand Down
3 changes: 1 addition & 2 deletions python/tests/res/job_queue/test_equinor_jobmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"license_path" : "this/is/my/license/PERGEN",
"max_running_minutes" : 12,
"max_running" : 30
}],
"ert_version" : [2, 2, "git"]
}]
}
"""

Expand Down

0 comments on commit c4ccaee

Please sign in to comment.