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 888119c commit a00dd10Copy full SHA for a00dd10
py/BUILD.bazel
@@ -321,7 +321,6 @@ py_library(
321
"test/selenium/webdriver/__init__.py",
322
"test/selenium/webdriver/chrome/__init__.py",
323
"test/selenium/webdriver/common/__init__.py",
324
- "test/selenium/webdriver/common/conftest.py",
325
"test/selenium/webdriver/common/network.py",
326
"test/selenium/webdriver/common/webserver.py",
327
"test/selenium/webdriver/firefox/__init__.py",
@@ -330,7 +329,6 @@ py_library(
330
329
"test/selenium/webdriver/marionette/conftest.py",
331
"test/selenium/webdriver/safari/conftest.py",
332
"test/selenium/webdriver/support/__init__.py",
333
- "test/selenium/webdriver/support/conftest.py",
334
],
335
data = [
336
"pyproject.toml",
0 commit comments