fix(types): allow inference of list type in MyPy

This commit is contained in:
Henry Schreiner
2021-09-20 12:52:08 -04:00
parent a7f7abd10a
commit 6ab315638a
+2 -3
View File
@@ -16,10 +16,9 @@ if __name__ == "__main__":
unit_test_args += ["--run-docker"]
subprocess.run(unit_test_args, check=True)
xdist_test_args = ["-n", "2"] if sys.platform.startswith("linux") else []
# run the integration tests
xdist_test_args = []
if sys.platform.startswith("linux"):
xdist_test_args = ["-n", "2"]
subprocess.run(
[
sys.executable,