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 2abdfa6 commit 06ad290Copy full SHA for 06ad290
seleniumbase/fixtures/constants.py
@@ -96,6 +96,11 @@ def get_dash_pie_3():
96
97
98
class PipInstall:
99
+ # FINDLOCK - Checking to see if a package is installed
100
+ # (Make sure a package isn't installed multiple times)
101
+ FINDLOCK = Files.DOWNLOADS_FOLDER + "/pipfinding.lock"
102
+ # LOCKFILE - Locking before performing any pip install
103
+ # (Make sure that only one package installs at a time)
104
LOCKFILE = Files.DOWNLOADS_FOLDER + "/pipinstall.lock"
105
106
0 commit comments