Skip to content

Commit 6785bc0

Browse files
committed
Remove superfluous chdir
1 parent c61796a commit 6785bc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_viewers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ def test_structure_data_viewer_storage(monkeypatch, tmp_path, structure_data_obj
107107
-1.6859999895095825, -1.6859999895095825, -0.6669999957084656, 1,
108108
]
109109
# fmt: on
110-
# Avoid producing temporary files from povray in the repo
111-
monkeypatch.chdir(tmp_path)
112110
v._render_structure()
113111

114112
# Make sure we don't polute current working dir with tempfiles

0 commit comments

Comments
 (0)