Skip to content

Commit 9527309

Browse files
committed
Update AGENTS after rerunning Python tests
1 parent cf43ef2 commit 9527309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- **Python tests**:
66
- Copy `pysrc/juliacall/juliapkg-dev.json` to `pysrc/juliacall/juliapkg.json` before running (do **not** commit this copy).
77
- Execute with `uv run pytest -s --nbval ./pytest` (add `--cov=pysrc` only when coverage is needed).
8-
- These tests currently require Julia 1.10–1.11. They failed here because `juliapkg` could not download metadata/install Julia through the proxy (tunnel 403) and the installed Julia 1.12.1 is outside the requested range. Without internet/proxy access to julialang.org, expect the suite to fail early while resolving Julia versions.
8+
- `juliapkg` currently requires Julia 1.10–1.11; `juliaup` already provides 1.11.7 in this environment. First run may download registries and the OpenSSL_jll artifact, so ensure internet access. After copying the config file, the suite passed here.
99

1010
The majority of tests live in the Julia package; Python tests cover functionality that cannot be exercised from Julia (e.g., JuliaCall-specific behavior). Run both suites—typically Julia first—in whichever order makes sense.
1111

0 commit comments

Comments
 (0)