Skip to content

Commit a00dd10

Browse files
committed
[py] Fix build
1 parent 888119c commit a00dd10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ py_library(
321321
"test/selenium/webdriver/__init__.py",
322322
"test/selenium/webdriver/chrome/__init__.py",
323323
"test/selenium/webdriver/common/__init__.py",
324-
"test/selenium/webdriver/common/conftest.py",
325324
"test/selenium/webdriver/common/network.py",
326325
"test/selenium/webdriver/common/webserver.py",
327326
"test/selenium/webdriver/firefox/__init__.py",
@@ -330,7 +329,6 @@ py_library(
330329
"test/selenium/webdriver/marionette/conftest.py",
331330
"test/selenium/webdriver/safari/conftest.py",
332331
"test/selenium/webdriver/support/__init__.py",
333-
"test/selenium/webdriver/support/conftest.py",
334332
],
335333
data = [
336334
"pyproject.toml",

0 commit comments

Comments
 (0)