skilltest-pytest 0.2.0__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,11 @@ dist/
15
15
  node_modules/
16
16
  *.tsbuildinfo
17
17
 
18
+ # Bundled CLI binaries injected at release time into the per-platform npm
19
+ # packages and the Python wheel; never committed — built/downloaded at publish.
20
+ /sdks/typescript/platforms/*/bin/
21
+ /sdks/python/skilltest_sdk/_bin/
22
+
18
23
  # Nx
19
24
  .nx/cache
20
25
  .nx/workspace-data
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: skilltest-pytest
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: pytest integration for skilltest: auto-collect *.skilltest.yaml cases as pytest tests, built on skilltest-sdk.
5
5
  Author: Nick DeRobertis
6
6
  License-Expression: MIT
7
7
  Requires-Python: >=3.12
8
8
  Requires-Dist: pytest>=8
9
- Requires-Dist: skilltest-sdk<0.2,>=0.1.0
9
+ Requires-Dist: skilltest-sdk==0.2.2
10
10
  Description-Content-Type: text/markdown
11
11
 
12
12
  # skilltest-pytest
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "skilltest-pytest"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  description = "pytest integration for skilltest: auto-collect *.skilltest.yaml cases as pytest tests, built on skilltest-sdk."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
7
7
  license = "MIT"
8
8
  authors = [{ name = "Nick DeRobertis" }]
9
9
  dependencies = [
10
- "skilltest-sdk>=0.1.0,<0.2",
10
+ "skilltest-sdk==0.2.2",
11
11
  "pytest>=8",
12
12
  ]
13
13
 
@@ -189,7 +189,7 @@ wheels = [
189
189
 
190
190
  [[package]]
191
191
  name = "skilltest-pytest"
192
- version = "0.2.0"
192
+ version = "0.2.2"
193
193
  source = { editable = "." }
194
194
  dependencies = [
195
195
  { name = "pytest" },
@@ -216,7 +216,7 @@ dev = [
216
216
 
217
217
  [[package]]
218
218
  name = "skilltest-sdk"
219
- version = "0.1.0"
219
+ version = "0.2.2"
220
220
  source = { editable = "../../sdks/python" }
221
221
  dependencies = [
222
222
  { name = "pydantic" },