pytest-seleniumbase 4.42.2__tar.gz → 4.42.3__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.

Potentially problematic release.


This version of pytest-seleniumbase might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-seleniumbase
3
- Version: 4.42.2
3
+ Version: 4.42.3
4
4
  Summary: A complete web automation framework for end-to-end testing.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
@@ -53,7 +53,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
53
53
  Classifier: Topic :: Utilities
54
54
  Requires-Python: >=3.8
55
55
  Description-Content-Type: text/markdown
56
- Requires-Dist: seleniumbase>=4.42.2
56
+ Requires-Dist: seleniumbase>=4.42.3
57
57
  Dynamic: author
58
58
  Dynamic: author-email
59
59
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-seleniumbase
3
- Version: 4.42.2
3
+ Version: 4.42.3
4
4
  Summary: A complete web automation framework for end-to-end testing.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
@@ -53,7 +53,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
53
53
  Classifier: Topic :: Utilities
54
54
  Requires-Python: >=3.8
55
55
  Description-Content-Type: text/markdown
56
- Requires-Dist: seleniumbase>=4.42.2
56
+ Requires-Dist: seleniumbase>=4.42.3
57
57
  Dynamic: author
58
58
  Dynamic: author-email
59
59
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ seleniumbase>=4.42.3
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
68
68
 
69
69
  setup(
70
70
  name='pytest-seleniumbase',
71
- version='4.42.2',
71
+ version='4.42.3',
72
72
  description='A complete web automation framework for end-to-end testing.',
73
73
  long_description=long_description,
74
74
  long_description_content_type='text/markdown',
@@ -123,7 +123,7 @@ setup(
123
123
  ],
124
124
  python_requires=">=3.8",
125
125
  install_requires=[
126
- 'seleniumbase>=4.42.2',
126
+ 'seleniumbase>=4.42.3',
127
127
  ],
128
128
  packages=[
129
129
  ],
@@ -1 +0,0 @@
1
- seleniumbase>=4.42.2