Skip to content

Commit 961270a

Browse files
committed
work around PermissionErrors in /tmp dirs by test_run_fail() test
1 parent 08163eb commit 961270a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ nb_diff_replace =
3636
/cells/*/outputs/*/text plugins\:\s.*\n "plugin info ...\n"
3737
/cells/*/outputs/*/text "exec_cwd\=\\\'\/([A-z0-9-_+]+\/)*[A-z0-9-_+]+\\\'" "exec_cwd=/.../<dir>"
3838
/cells/*/outputs/*/traceback \<ipython\-input\-[\-0-9a-zA-Z]*\> "<ipython-input-XXXX>"
39+
40+
# work around PermissionErrors in /tmp dirs by test_run_fail() test
41+
addopts = --basetemp=tmp

0 commit comments

Comments
 (0)