Skip to content

Commit b9eb0d8

Browse files
committed
updated requirements
1 parent b2f268e commit b9eb0d8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ pylint==1.5.4
44
pep8==1.7.0
55
prospector==0.11.7
66
flake8==2.6.0
7-
pydocstyle==1.0.0
7+
pydocstyle==1.0.0
8+
jupyter

src/test/extension.format.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ suite('Formatting', () => {
110110
return new Promise<any>((resolve, reject) => {
111111
setTimeout(() => {
112112
resolve();
113-
}, 4000);
113+
}, 5000);
114114
});
115115
}).then(() => {
116116
assert.equal(textDocument.getText(), formattedContents, 'Formatted contents are not the same');

0 commit comments

Comments
 (0)