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 2ab64e7 commit 1f47404Copy full SHA for 1f47404
tox.ini
@@ -12,6 +12,10 @@ deps =
12
ipython
13
mock
14
commands =
15
+ python -m julia.find_libpython --list-all --verbose
16
+ # Print libpython candidates found by `find_libpython`. It may be
17
+ # useful for debugging.
18
+
19
python -m julia.with_rebuilt -- python -m pytest {posargs}
20
# Using "python -m pytest" to exactly match the Python interpreter
21
# used to build PyCall.jl via julia/with_rebuilt.py (when
0 commit comments