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 8a4a0e3 commit fbde97dCopy full SHA for fbde97d
conftest.py
@@ -1,6 +1,6 @@
1
import sys
2
3
-collect_ignore_glob = []
+collect_ignore_glob: list[str] = []
4
5
# Skip Apple tests on Windows. Note that some Core ML tests can run on Linux, as the AOT flow
6
# is available. Tests will manage this internally. However, the coremltools import is not available
0 commit comments