We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e4cd7 commit 084bedfCopy full SHA for 084bedf
1 file changed
Makefile
@@ -13,11 +13,6 @@ export MOZ_HEADLESS = 1
13
# for warning introduce in selenium 4.10
14
export PYTHONWARNINGS=ignore::ResourceWarning
15
16
-# required for firefox snap to work via geckodriver.
17
-export TMPDIR := $(HOME)/snap/firefox/common/tmp
18
-$(TMPDIR):
19
- mkdir -p $(TMPDIR)
20
-
21
export TMPDIR_CLEANUP = false
22
23
part%.forbook.asciidoc: part%.asciidoc
0 commit comments