Improve support for running tests on Windows (#6284)

This commit is contained in:
Alex Waygood
2021-11-12 16:09:20 +00:00
committed by GitHub
parent fecf258b42
commit 4b3a8a8790
3 changed files with 47 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
mypy==0.910
pytype==2021.11.2
pytype==2021.11.2; platform_system != "Windows"
black==21.9b0
flake8==4.0.1
flake8-bugbear==21.9.2