Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused setup.py files in tools/ #33318

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions tools/webdriver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,6 @@ can determine whether they meet the recognised standard.
The client is used for the WebDriver specification tests
in [web-platform-tests](https://github.com/web-platform-tests/wpt).

## Installation

To install the package individually
in your virtualenv or system-wide:

% python setup.py install

Since this package does not have any external dependencies,
you can also use the client directly from the checkout directory,
which is useful if you want to contribute patches back:

% cd /path/to/wdclient
% python
Python 2.7.12+ (default, Aug 4 2016, 20:04:34)
[GCC 6.1.1 20160724] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import webdriver
>>>

If you are writing WebDriver specification tests for
[WPT](https://github.com/web-platform-tests/wpt),
there is no need to install the client manually
as it is included in the `tools/webdriver` directory.

## Usage

You can use the built-in
Expand Down
14 changes: 0 additions & 14 deletions tools/webdriver/setup.py

This file was deleted.

23 changes: 0 additions & 23 deletions tools/wptserve/setup.py

This file was deleted.