Skip to content

Commit 361ab01

Browse files
authored
Fix tests (#497)
* pytest-asyncio 0.15.0 is broken * require immutabledict>=1.3.0
1 parent a265c46 commit 361ab01

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ arrow>=1.0
44
cryptography>=2.6.1
55
dictdiffer
66
github3.py
7-
immutabledict
7+
immutabledict>=1.3.0
88
jsonschema
99
json-e>=2.5.0
1010
PyYAML

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ deps =
2727
flake8_docstrings
2828
mock
2929
pytest
30-
pytest-asyncio
30+
# https://github.com/pytest-dev/pytest-asyncio/issues/209
31+
pytest-asyncio!=0.15.0
3132
pytest-cov
3233
pytest-mock
3334
pytest-random-order

0 commit comments

Comments
 (0)