atropos/atroposlib
0xbyt4 4d8e9b8086 fix: use sys.executable instead of hardcoded "python" in tests
Tests that launch the API server via subprocess used a hardcoded
"python" command which fails on systems where only "python3" is
available (e.g. macOS). Using sys.executable ensures the same
interpreter running pytest is used for subprocesses.

Fixes 36 test errors on macOS environments.
2026-03-05 17:04:45 -05:00
..
api [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-03-02 11:18:52 -05:00
cli fix: pass num_steps to register_to_api 2026-02-24 11:22:18 +02:00
envs managed_Server pass through and centralize sem logic 2026-03-05 15:46:33 -05:00
frontend [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-01-26 16:41:26 +00:00
tests fix: use sys.executable instead of hardcoded "python" in tests 2026-03-05 17:04:45 -05:00
utils fix duplicate code + add safety checks 2026-02-09 10:58:49 +03:30
__init__.py first commit 2025-04-29 12:10:10 -07:00
FAQ.md Update FAQ.md 2026-01-29 10:43:47 +02:00
type_definitions.py Update type_definitions.py 2025-10-23 10:26:51 +02:00