We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08163eb commit 961270aCopy full SHA for 961270a
tox.ini
@@ -36,3 +36,6 @@ nb_diff_replace =
36
/cells/*/outputs/*/text plugins\:\s.*\n "plugin info ...\n"
37
/cells/*/outputs/*/text "exec_cwd\=\\\'\/([A-z0-9-_+]+\/)*[A-z0-9-_+]+\\\'" "exec_cwd=/.../<dir>"
38
/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