Skip to content

Commit 467e023

Browse files
authored
Merge pull request #30 from levi-rs/fix-pypy-tests
Fix bad requirement in requirements.txt
2 parents ec57366 + 22cfbcb commit 467e023

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
* Fix bad requirement in requirements.txt
5+
6+
0.1.1
7+
-----
8+
49
* Switch to PBR and remove pypy3 support
510

611
0.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
six
22
pbr>=2.0
3-
explicit>=0.0.8
3+
selenium

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary = Easy explicit wait helpers for Selenium
66
description-file = README.rst
77
home-page = https://github.com/levi-rs/explicit
88
license = MIT
9-
classifier =
9+
classifiers =
1010
Development Status :: 4 - Beta
1111
Intended Audience :: Developers
1212
Natural Language :: English

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ commands =
1111

1212
[testenv]
1313
deps =
14-
-rrequirements.txt
1514
py{26,27,py}: mock
1615
pytest
1716
pytest-cov

0 commit comments

Comments
 (0)