Skip to content

Commit

Permalink
Update tests/unit/test_templatevars.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jun 29, 2023
1 parent ca14d00 commit c2343c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ enhancements to `cylc lint`:

### Fixes

[#5604](https://github.com/cylc/cylc-flow/pull/5604) -
Fix a possible issue where workflows started using
`cylc play --start-cycle-point` could hang during startup.

[#5524](https://github.com/cylc/cylc-flow/pull/5524) - Logging includes timestamps
for `cylc play` when called by `cylc vip` or `cylc vr`.

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_templatevars.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ def test_load_template_vars_ValueError_fm_file(monkeypatch):
handle = StringIO('Hello')
monkeypatch.setattr('builtins.open', lambda *_: handle)
with pytest.raises(InputError, match='Hello'):
load_template_vars(template_vars_file='foo')
load_template_vars(template_vars_file='foo')

0 comments on commit c2343c3

Please sign in to comment.