11[tool .pytest .ini_options ]
22markers = [
33 " incremental: Mark tests as incremental" ,
4- " kubevirt: Mark tests as kubevirt tests" ,
4+ " kubevirt: Mark tests as kubevirt tests"
55]
66addopts = [
77 " --pdbcls=IPython.terminal.debugger:TerminalPdb" ,
88 " --cov-config=pyproject.toml" ,
99 " --cov-report=html" ,
1010 " --cov-report=term" ,
11- " --cov=ocp_resources" ,
11+ " --cov=ocp_resources"
1212]
1313
1414[tool .coverage .run ]
15- omit = [" tests/*" ]
15+ omit = [ " tests/*" ]
1616
1717[tool .coverage .report ]
1818skip_empty = true
@@ -26,31 +26,31 @@ line-length = 120
2626fix = true
2727output-format = " grouped"
2828
29- [tool .ruff .format ]
30- exclude = [" .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
29+ [tool .ruff .format ]
30+ exclude = [ " .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
3131
3232[tool .mypy ]
3333no_implicit_optional = true
3434show_error_codes = true
3535warn_unused_ignores = true
3636
3737[tool .hatch .build .targets .wheel ]
38- packages = [" ocp_resources" , " class_generator" ]
38+ packages = [ " ocp_resources" , " class_generator" ]
3939
4040[tool .uv ]
41- dev-dependencies = [" ipdb>=0.13.13" , " ipython>=8.12.3" ]
41+ dev-dependencies = [ " ipdb>=0.13.13" , " ipython>=8.12.3" ]
4242
4343[project ]
4444requires-python = " >=3.9"
4545name = " openshift-python-wrapper"
46- version = " 11.0.18 "
46+ version = " 11.0.19 "
4747description = " Wrapper around https://github.com/kubernetes-client/python"
4848readme = " README.md"
4949license = " Apache-2.0"
50- keywords = [" Openshift" , " Kubevirt" , " Openshift Virtualization" ]
50+ keywords = [ " Openshift" , " Kubevirt" , " Openshift Virtualization" ]
5151classifiers = [
5252 " Programming Language :: Python :: 3" ,
53- " Operating System :: OS Independent" ,
53+ " Operating System :: OS Independent"
5454]
5555dependencies = [
5656 " click>=8.1.7" ,
@@ -70,34 +70,34 @@ dependencies = [
7070 " ruff>=0.6.9" ,
7171 " testcontainers>=4.9.0" ,
7272 " timeout-sampler>=0.0.46" ,
73- " xmltodict>=0.13.0" ,
73+ " xmltodict>=0.13.0"
7474]
7575
76- [[project .authors ]]
77- name = " Meni Yakove"
78- email = " myakove@gmail.com"
76+ [[project .authors ]]
77+ name = " Meni Yakove"
78+ email = " myakove@gmail.com"
7979
80- [[project .authors ]]
81- name = " Ruth Netser"
82- email = " rnetser@gmail.com"
80+ [[project .authors ]]
81+ name = " Ruth Netser"
82+ email = " rnetser@gmail.com"
8383
84- [[project .maintainers ]]
85- name = " Meni Yakove"
86- email = " myakove@gmail.com"
84+ [[project .maintainers ]]
85+ name = " Meni Yakove"
86+ email = " myakove@gmail.com"
8787
88- [[project .maintainers ]]
89- name = " Ruth Netser"
90- email = " rnetser@gmail.com"
88+ [[project .maintainers ]]
89+ name = " Ruth Netser"
90+ email = " rnetser@gmail.com"
9191
92- [project .urls ]
93- homepage = " https://github.com/RedHatQE/openshift-python-wrapper"
94- documentation = " https://openshift-python-wrapper.readthedocs.io/en/latest/"
95- Download = " https://pypi.org/project/openshift-python-wrapper/"
96- "Bug Tracker" = " https://github.com/RedHatQE/openshift-python-wrapper/issues"
92+ [project .urls ]
93+ homepage = " https://github.com/RedHatQE/openshift-python-wrapper"
94+ documentation = " https://openshift-python-wrapper.readthedocs.io/en/latest/"
95+ Download = " https://pypi.org/project/openshift-python-wrapper/"
96+ "Bug Tracker" = " https://github.com/RedHatQE/openshift-python-wrapper/issues"
9797
98- [project .scripts ]
99- class-generator = " class_generator.class_generator:main"
98+ [project .scripts ]
99+ class-generator = " class_generator.class_generator:main"
100100
101101[build-system ]
102- requires = [" hatchling" ]
102+ requires = [ " hatchling" ]
103103build-backend = " hatchling.build"
0 commit comments