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 d5109c5 commit 06da1ccCopy full SHA for 06da1cc
test-requirements.txt
@@ -2,7 +2,8 @@ attrs>=18.0
2
flake8
3
flake8-bugbear; python_version >= '3.5'
4
flake8-pyi; python_version >= '3.6'
5
-lxml==4.2.4
+# Temporarily disabled, until fixed for py38.
6
+lxml==4.2.4; python_version < '3.8'
7
mypy_extensions>=0.4.0,<0.5.0
8
psutil>=4.0
9
pytest>=4.4
0 commit comments