Skip to content

Commit 084bedf

Browse files
committed
maybe we dont need the snap tmpdir no more
1 parent b0e4cd7 commit 084bedf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ export MOZ_HEADLESS = 1
1313
# for warning introduce in selenium 4.10
1414
export PYTHONWARNINGS=ignore::ResourceWarning
1515

16-
# required for firefox snap to work via geckodriver.
17-
export TMPDIR := $(HOME)/snap/firefox/common/tmp
18-
$(TMPDIR):
19-
mkdir -p $(TMPDIR)
20-
2116
export TMPDIR_CLEANUP = false
2217

2318
part%.forbook.asciidoc: part%.asciidoc

0 commit comments

Comments
 (0)