swarmauri_tool_downloadpdf 0.7.2.dev2__tar.gz → 0.7.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_tool_downloadpdf
3
- Version: 0.7.2.dev2
3
+ Version: 0.7.3.dev2
4
4
  Summary: Swarmauri Community Download PDF Tool
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_downloadpdf"
3
- version = "0.7.2.dev2"
3
+ version = "0.7.3.dev2"
4
4
  description = "Swarmauri Community Download PDF Tool"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -31,6 +31,7 @@ markers = [
31
31
  "xpass: Expected passes",
32
32
  "xfail: Expected failures",
33
33
  "acceptance: Acceptance tests",
34
+ "perf: Performance tests that measure execution time and resource usage",
34
35
  ]
35
36
  timeout = 300
36
37
  log_cli = true
@@ -56,4 +57,5 @@ dev = [
56
57
  "flake8>=7.0",
57
58
  "pytest-timeout>=2.3.1",
58
59
  "ruff>=0.9.9",
60
+ "pytest-benchmark>=4.0.0",
59
61
  ]