test2doc 0.0.3__tar.gz → 0.0.4__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.4
2
2
  Name: test2doc
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Generate documentation from tests
5
5
  Project-URL: Homepage, https://github.com/i2mint/test2doc
6
6
  Author: Thor Whalen
@@ -16,7 +16,6 @@ Classifier: Topic :: Software Development :: Documentation
16
16
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
17
17
  Requires-Python: >=3.10
18
18
  Requires-Dist: dol
19
- Requires-Dist: i2
20
19
  Provides-Extra: dev
21
20
  Requires-Dist: pytest-cov>=4.0; extra == 'dev'
22
21
  Requires-Dist: pytest>=7.0; extra == 'dev'
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "test2doc"
9
- version = "0.0.3"
9
+ version = "0.0.4"
10
10
  description = "Generate documentation from tests"
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.10"
@@ -32,10 +32,7 @@ classifiers = [
32
32
  "Topic :: Software Development :: Documentation",
33
33
  "Topic :: Software Development :: Libraries :: Python Modules",
34
34
  ]
35
- dependencies = [
36
- "i2",
37
- "dol",
38
- ]
35
+ dependencies = ["dol"]
39
36
 
40
37
  [project.urls]
41
38
  Homepage = "https://github.com/i2mint/test2doc"
@@ -1,6 +1,5 @@
1
1
  """Base functionality for test2doc"""
2
2
 
3
- from i2.tests.test_wrapper import test_mk_ingress_from_name_mapper
4
3
  import inspect
5
4
  import textwrap
6
5
  from typing import Union
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes