Skip to content

Commit 79acfd4

Browse files
author
Brandon Duffany
committed
Include setuptools in requirements-dev.txt
1 parent ca3f776 commit 79acfd4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ Once you've got a Selenium server running, simply run `$ tox` from within the
1313
repo. If you don't have tox, run `$ sudo pip3 install -r requirements-dev.txt`
1414
from within the repo to install it.
1515

16-
When running tox, you might get a `pkg_resources.DistributionNotFound` error
17-
with reference to `virtualenv`. This is likely due to an out of date setuptools.
18-
To fix this issue, run `$ sudo pip3 install -U setuptools`.

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
flake8
22
pytest
3+
setuptools>=12.1
34
tox
45
virtualenv

0 commit comments

Comments
 (0)