---
name: Python Deps Fixture
slug: python-deps-fixture
category: Quality
description: Python Deps Fixture is used by end-to-end tests to verify the schema, cache, and installer flow for Python dependency handling. It helps confirm the integration chain in script-deps testing.
github: "https://github.com/skrun-dev/skrun/tree/main/tests/e2e/fixtures/script-deps-python"
language: TypeScript
stars: 209
forks: 17
install: "npx degit https://github.com/skrun-dev/skrun/tree/main/tests/e2e/fixtures/script-deps-python ~/.claude/skills/script-deps-python"
installs_to: ~/.claude/skills/script-deps-python
source_path: tests/e2e/fixtures/script-deps-python/SKILL.md
collection_size: 21
category_size: 1557
collection_url: "https://dirskills.com/collections/skrun-dev/skrun"
added: 2026-09-04T05:26:46.238Z
last_synced: 2026-09-04T05:26:46.238Z
canonical_url: "https://dirskills.com/skills/python-deps-fixture"
---

# Python Deps Fixture

Python Deps Fixture is used by end-to-end tests to verify the schema, cache, and installer flow for Python dependency handling. It helps confirm the integration chain in script-deps testing.

**Install:**

```bash
npx degit https://github.com/skrun-dev/skrun/tree/main/tests/e2e/fixtures/script-deps-python ~/.claude/skills/script-deps-python
```

## README

# Python deps fixture

Used by `tests/e2e/script-deps.test.ts` to verify the schema → cache → installer chain.
