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 f656efc commit acbc40cCopy full SHA for acbc40c
test-requirements.txt
@@ -7,7 +7,7 @@ flake8==5.0.4 # must match version in .pre-commit-config.yaml
7
flake8-bugbear==22.9.23 # must match version in .pre-commit-config.yaml
8
flake8-noqa==1.2.9 # must match version in .pre-commit-config.yaml
9
isort[colors]==5.10.1 # must match version in .pre-commit-config.yaml
10
-lxml>=4.9.1
+lxml>=4.9.1; python_version<'3.11' or sys_platform!='win32'
11
psutil>=4.0
12
# pytest 6.2.3 does not support Python 3.10
13
pytest>=6.2.4
0 commit comments