We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a265c46 commit 361ab01Copy full SHA for 361ab01
requirements.txt
@@ -4,7 +4,7 @@ arrow>=1.0
4
cryptography>=2.6.1
5
dictdiffer
6
github3.py
7
-immutabledict
+immutabledict>=1.3.0
8
jsonschema
9
json-e>=2.5.0
10
PyYAML
tox.ini
@@ -27,7 +27,8 @@ deps =
27
flake8_docstrings
28
mock
29
pytest
30
- pytest-asyncio
+ # https://github.com/pytest-dev/pytest-asyncio/issues/209
31
+ pytest-asyncio!=0.15.0
32
pytest-cov
33
pytest-mock
34
pytest-random-order
0 commit comments