testit-adapter-nose 2.5.1__tar.gz → 2.5.2__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.1
2
2
  Name: testit-adapter-nose
3
- Version: 2.5.1
3
+ Version: 2.5.2
4
4
  Summary: Nose adapter for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.9
14
14
  Description-Content-Type: text/markdown
15
15
  Requires-Dist: attrs
16
16
  Requires-Dist: nose2
17
- Requires-Dist: testit-python-commons==2.5.1
17
+ Requires-Dist: testit-python-commons==2.5.2
18
18
 
19
19
  # Test IT TMS adapter for Nose
20
20
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='testit-adapter-nose',
5
- version='2.5.1',
5
+ version='2.5.2',
6
6
  description='Nose adapter for Test IT',
7
7
  long_description=open('README.md', "r").read(),
8
8
  long_description_content_type="text/markdown",
@@ -20,7 +20,7 @@ setup(
20
20
  py_modules=['testit_adapter_nose'],
21
21
  packages=find_packages(where='src'),
22
22
  package_dir={'': 'src'},
23
- install_requires=['attrs', 'nose2', 'testit-python-commons==2.5.1'],
23
+ install_requires=['attrs', 'nose2', 'testit-python-commons==2.5.2'],
24
24
  entry_points={
25
25
  'nose.plugins.0.10': [
26
26
  'testit_adapter_nose = testit_adapter_nose.plugin:TmsPlugin',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: testit-adapter-nose
3
- Version: 2.5.1
3
+ Version: 2.5.2
4
4
  Summary: Nose adapter for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.9
14
14
  Description-Content-Type: text/markdown
15
15
  Requires-Dist: attrs
16
16
  Requires-Dist: nose2
17
- Requires-Dist: testit-python-commons==2.5.1
17
+ Requires-Dist: testit-python-commons==2.5.2
18
18
 
19
19
  # Test IT TMS adapter for Nose
20
20
 
@@ -0,0 +1,3 @@
1
+ attrs
2
+ nose2
3
+ testit-python-commons==2.5.2
@@ -1,3 +0,0 @@
1
- attrs
2
- nose2
3
- testit-python-commons==2.5.1