swarmauri_toolkit_jupytertoolkit 0.2.2.dev3__tar.gz → 0.2.3.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: swarmauri_toolkit_jupytertoolkit
3
- Version: 0.2.2.dev3
3
+ Version: 0.2.3.dev2
4
4
  Summary: A unified toolkit for aggregating standalone jupyter notebook tools.
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_toolkit_jupytertoolkit"
3
- version = "0.2.2.dev3"
3
+ version = "0.2.3.dev2"
4
4
  description = "A unified toolkit for aggregating standalone jupyter notebook tools."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -77,6 +77,7 @@ markers = [
77
77
  "xpass: Expected passes",
78
78
  "xfail: Expected failures",
79
79
  "acceptance: Acceptance tests",
80
+ "perf: Performance tests that measure execution time and resource usage",
80
81
  ]
81
82
  timeout = 300
82
83
  log_cli = true
@@ -103,4 +104,5 @@ dev = [
103
104
  "flake8>=7.0",
104
105
  "pytest-timeout>=2.3.1",
105
106
  "ruff>=0.9.9",
107
+ "pytest-benchmark>=4.0.0",
106
108
  ]