Commit 7648321
committed
Fixed testing against Pytest 5.1
As of Pytest 5.1.0
> pytest.raises and pytest.warns no longer support strings as the
> second argument
https://docs.pytest.org/en/latest/changelog.html#removals
Fixes: #106
Signed-off-by: Stanislav Levin <[email protected]>1 parent 35dbb5a commit 7648321
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments