pytest-argus-reporter 0.15.6__py3-none-any.whl → 0.15.7__py3-none-any.whl

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: pytest-argus-reporter
3
- Version: 0.15.6
3
+ Version: 0.15.7
4
4
  Summary: A simple plugin to report results of test into argus
5
5
  Author-email: Scylladb <qa@scylladb.com>
6
6
  License-Expression: Apache-2.0
@@ -22,14 +22,13 @@ License-File: LICENSE
22
22
  Requires-Dist: argus-alm
23
23
  Requires-Dist: six>=1.10.0
24
24
  Provides-Extra: dev
25
- Requires-Dist: pytest>=3.0; extra == "dev"
25
+ Requires-Dist: pytest~=9.0.0; extra == "dev"
26
26
  Requires-Dist: pre-commit; extra == "dev"
27
27
  Requires-Dist: requests-mock; extra == "dev"
28
28
  Requires-Dist: codecov; extra == "dev"
29
29
  Requires-Dist: pytest-cov; extra == "dev"
30
30
  Requires-Dist: nox; extra == "dev"
31
31
  Requires-Dist: pytest-xdist; extra == "dev"
32
- Requires-Dist: pytest-subtests; extra == "dev"
33
32
  Requires-Dist: ruff; extra == "dev"
34
33
  Requires-Dist: autopep8; extra == "dev"
35
34
  Dynamic: license-file
@@ -0,0 +1,7 @@
1
+ pytest_argus_reporter.py,sha256=xpjxW3j5CYtdPIC0AecX_8oqAG2gx0uy-FACGoGeBAM,18581
2
+ pytest_argus_reporter-0.15.7.dist-info/licenses/LICENSE,sha256=djOu5-7Oc8o2RPy-I6wE2Rk6-B8YAcSZHa9pmB0AGII,11344
3
+ pytest_argus_reporter-0.15.7.dist-info/METADATA,sha256=dEZ9yyYfmqGqtgbbOaaJ7GzXWKc089NeCNfAI0O62gY,7545
4
+ pytest_argus_reporter-0.15.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ pytest_argus_reporter-0.15.7.dist-info/entry_points.txt,sha256=Wp7FlYWgk_xRYY-Wb-CIadXAETjdf5UqkmfJekB2A10,50
6
+ pytest_argus_reporter-0.15.7.dist-info/top_level.txt,sha256=BsaFLrUPaNOaaOipyUXR2oLHZOZxzEsfYNEClplX8co,22
7
+ pytest_argus_reporter-0.15.7.dist-info/RECORD,,
pytest_argus_reporter.py CHANGED
@@ -13,6 +13,7 @@ import fnmatch
13
13
  import concurrent.futures
14
14
  import json
15
15
  from json import JSONDecodeError
16
+ from functools import cached_property
16
17
 
17
18
  import six
18
19
  import pytest
@@ -180,7 +181,7 @@ class ArgusReporter(object): # pylint: disable=too-many-instance-attributes
180
181
  self.is_slave = False
181
182
  self.slices_query_fields = dict()
182
183
 
183
- @property
184
+ @cached_property
184
185
  def argus_client(self):
185
186
  return ArgusGenericClient(auth_token=self.api_key, base_url=self.base_url, extra_headers=self.extra_headers)
186
187
 
@@ -1,7 +0,0 @@
1
- pytest_argus_reporter.py,sha256=iW77aIcqQmA3lnzZ1ESGpOPqIIjJZ-MISjh3_C9RRXM,18536
2
- pytest_argus_reporter-0.15.6.dist-info/licenses/LICENSE,sha256=djOu5-7Oc8o2RPy-I6wE2Rk6-B8YAcSZHa9pmB0AGII,11344
3
- pytest_argus_reporter-0.15.6.dist-info/METADATA,sha256=B5szSRRBgeiVACku4ylogEq2pnlq5rK9BIiObGRBH8g,7590
4
- pytest_argus_reporter-0.15.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- pytest_argus_reporter-0.15.6.dist-info/entry_points.txt,sha256=Wp7FlYWgk_xRYY-Wb-CIadXAETjdf5UqkmfJekB2A10,50
6
- pytest_argus_reporter-0.15.6.dist-info/top_level.txt,sha256=BsaFLrUPaNOaaOipyUXR2oLHZOZxzEsfYNEClplX8co,22
7
- pytest_argus_reporter-0.15.6.dist-info/RECORD,,