Skip to content

Commit 154197e

Browse files
committed
Fix test suite.
1 parent 9106d9e commit 154197e

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

requirements.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
appdirs==1.4.3
2+
appnope==0.1.0
3+
backports.shutil-get-terminal-size==1.0.0
4+
configparser==3.5.0
5+
coverage==4.3.4
6+
decorator==4.0.11
7+
enum34==1.1.6
8+
flake8==3.3.0
9+
funcsigs==1.0.2
10+
ipdb==0.10.2
11+
ipython==5.3.0
12+
ipython-genutils==0.2.0
13+
isort==4.2.5
14+
mccabe==0.6.1
15+
mock==2.0.0
16+
packaging==16.8
17+
pathlib2==2.2.1
18+
pexpect==4.2.1
19+
pickleshare==0.7.4
20+
pluggy==0.4.0
21+
prompt-toolkit==1.0.14
22+
ptyprocess==0.5.1
23+
py==1.4.33
24+
pycodestyle==2.3.1
25+
pyflakes==1.5.0
26+
Pygments==2.2.0
27+
pyparsing==2.2.0
28+
pytest==3.0.7
29+
pytest-cov==2.4.0
30+
scandir==1.5
31+
simplegeneric==0.8.1
32+
six==1.10.0
33+
tox==2.6.0
34+
traitlets==4.3.2
35+
virtualenv==15.1.0
36+
wcwidth==0.1.7

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ deps =
1111
isort
1212
pytest
1313
pytest-codecov
14+
mock
1415
commands =
1516
flake8 --show-source fake_useragent
1617
isort --check-only -rc fake_useragent --diff

0 commit comments

Comments
 (0)