Skip to content

Commit

Permalink
Revert "Running python unit tests with bazel"
Browse files Browse the repository at this point in the history
This reverts commit 99fc0e0.
  • Loading branch information
Simon Stewart committed Dec 13, 2018
1 parent 0608881 commit 753fda3
Show file tree
Hide file tree
Showing 241 changed files with 41 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ end
crazy_fun.create_tasks(Dir["common/**/build.desc"])
crazy_fun.create_tasks(Dir["cpp/**/build.desc"])
crazy_fun.create_tasks(Dir["javascript/**/build.desc"])
crazy_fun.create_tasks(Dir["python/**/build.desc"])
crazy_fun.create_tasks(Dir["py/**/build.desc"])
crazy_fun.create_tasks(Dir["rake-tasks/**/build.desc"])
crazy_fun.create_tasks(Dir["rb/**/build.desc"])
crazy_fun.create_tasks(Dir["third_party/**/build.desc"])
Expand Down Expand Up @@ -282,7 +282,7 @@ task :test_rb_remote => [
("//rb:remote-edge-test" if windows?)
].compact

task :test_py => [ :py_prep_for_install_release, "//python:marionette_test:run" ]
task :test_py => [ :py_prep_for_install_release, "//py:marionette_test:run" ]

task :test => [ :test_javascript, :test_java, :test_rb ]
if (python?)
Expand Down Expand Up @@ -358,12 +358,12 @@ end

task :py_prep_for_install_release => [
:chrome,
"//python:prep"
"//py:prep"
]

task :py_docs => ["//python:init", "//python:docs"]
task :py_docs => ["//py:init", "//py:docs"]

task :py_install => "//python:install"
task :py_install => "//py:install"

task :py_release => :py_prep_for_install_release do
sh "python setup.py sdist bdist_wheel upload"
Expand Down Expand Up @@ -584,7 +584,7 @@ namespace :copyright do
"javascript/selenium-core/scripts/xmlextras.js",
"javascript/selenium-core/xpath/**/*.js"))
Copyright.Update(
FileList["python/**/*.py"],
FileList["py/**/*.py"],
:style => "#")
Copyright.Update(
FileList["rb/**/*.rb"],
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace(name = "seleniumhq")
workspace(name = "selenium")

http_archive(
name = "io_bazel_rules_closure",
Expand Down
2 changes: 1 addition & 1 deletion javascript/atoms/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ selenium_js_fragment(
function = "bot.dom.isShown",
visibility = [
"//java/client/src/org/openqa/selenium/remote:__pkg__",
"//python:__pkg__",
"//py:__pkg__",
"//dotnet/src/webdriver:__pkg__",
],
deps = [
Expand Down
2 changes: 1 addition & 1 deletion javascript/webdriver/atoms/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ selenium_js_fragment(
function = "webdriver.atoms.element.attribute.get",
visibility = [
"//java/client/src/org/openqa/selenium/remote:__pkg__",
"//python:__pkg__",
"//py:__pkg__",
"//dotnet/src/webdriver:__pkg__",
],
deps = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 0 additions & 40 deletions python/BUILD.bazel

This file was deleted.

Binary file not shown.
Binary file removed python/selenium/webdriver/firefox/webdriver.xpi
Binary file not shown.
70 changes: 0 additions & 70 deletions python/selenium/webdriver/firefox/webdriver_prefs.json

This file was deleted.

Binary file not shown.
8 changes: 0 additions & 8 deletions python/selenium/webdriver/remote/getAttribute.js

This file was deleted.

0 comments on commit 753fda3

Please sign in to comment.