We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c2d05 commit 813121cCopy full SHA for 813121c
1 file changed
stubs/test.sh
@@ -2,9 +2,9 @@
2
3
# Test the stubs for pyscipopt using stubtest
4
# This checks that the type hints in the stubs are consistent with the actual implementation
5
-# Prerequisite: install mypy in same environment as pyscipopt and put stubtest in PATH
+# Prerequisite: install mypy (which provides stubtest) in the same environment as pyscipopt
6
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
7
-stubtest \
+python -m mypy.stubtest \
8
--allowlist "$SCRIPT_DIR/allowlist" \
9
--allowlist "$SCRIPT_DIR/todo" \
10
pyscipopt
0 commit comments