Skip to content

Commit 2f6f868

Browse files
joshmgrantlukeis
authored andcommitted
removed old python test task target
Signed-off-by: Luke Inman-Semerau <[email protected]>
1 parent 42600bf commit 2f6f868

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Rakefile

-7
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,6 @@ task :py_release => :py_prep_for_install_release do
402402
sh "git checkout setup.py"
403403
end
404404

405-
406-
task :test_selenium_py => [:'selenium-core', :'selenium-server-standalone'] do
407-
if python? then
408-
sh "python2.6 selenium/test/py/runtests.py", :verbose => true
409-
end
410-
end
411-
412405
file "cpp/iedriver/sizzle.h" => [ "//third_party/js/sizzle:sizzle:header" ] do
413406
cp "build/third_party/js/sizzle/sizzle.h", "cpp/iedriver/sizzle.h"
414407
end

0 commit comments

Comments
 (0)