pytest-seleniumbase 4.42.2__tar.gz → 4.42.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.
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/PKG-INFO +2 -3
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pytest_seleniumbase.egg-info/PKG-INFO +2 -3
- pytest_seleniumbase-4.42.4/pytest_seleniumbase.egg-info/requires.txt +1 -0
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/setup.py +2 -3
- pytest_seleniumbase-4.42.2/pytest_seleniumbase.egg-info/requires.txt +0 -1
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/README.md +0 -0
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pyproject.toml +0 -0
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pytest_seleniumbase.egg-info/SOURCES.txt +0 -0
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pytest_seleniumbase.egg-info/dependency_links.txt +0 -0
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pytest_seleniumbase.egg-info/top_level.txt +0 -0
- {pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-seleniumbase
|
|
3
|
-
Version: 4.42.
|
|
3
|
+
Version: 4.42.4
|
|
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
|
|
@@ -27,7 +27,6 @@ Classifier: Environment :: Web Environment
|
|
|
27
27
|
Classifier: Framework :: Pytest
|
|
28
28
|
Classifier: Intended Audience :: Developers
|
|
29
29
|
Classifier: Intended Audience :: Information Technology
|
|
30
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
31
30
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
32
31
|
Classifier: Operating System :: Microsoft :: Windows
|
|
33
32
|
Classifier: Operating System :: POSIX :: Linux
|
|
@@ -53,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
|
53
52
|
Classifier: Topic :: Utilities
|
|
54
53
|
Requires-Python: >=3.8
|
|
55
54
|
Description-Content-Type: text/markdown
|
|
56
|
-
Requires-Dist: seleniumbase>=4.42.
|
|
55
|
+
Requires-Dist: seleniumbase>=4.42.4
|
|
57
56
|
Dynamic: author
|
|
58
57
|
Dynamic: author-email
|
|
59
58
|
Dynamic: classifier
|
{pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pytest_seleniumbase.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-seleniumbase
|
|
3
|
-
Version: 4.42.
|
|
3
|
+
Version: 4.42.4
|
|
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
|
|
@@ -27,7 +27,6 @@ Classifier: Environment :: Web Environment
|
|
|
27
27
|
Classifier: Framework :: Pytest
|
|
28
28
|
Classifier: Intended Audience :: Developers
|
|
29
29
|
Classifier: Intended Audience :: Information Technology
|
|
30
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
31
30
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
32
31
|
Classifier: Operating System :: Microsoft :: Windows
|
|
33
32
|
Classifier: Operating System :: POSIX :: Linux
|
|
@@ -53,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
|
53
52
|
Classifier: Topic :: Utilities
|
|
54
53
|
Requires-Python: >=3.8
|
|
55
54
|
Description-Content-Type: text/markdown
|
|
56
|
-
Requires-Dist: seleniumbase>=4.42.
|
|
55
|
+
Requires-Dist: seleniumbase>=4.42.4
|
|
57
56
|
Dynamic: author
|
|
58
57
|
Dynamic: author-email
|
|
59
58
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
seleniumbase>=4.42.4
|
|
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
|
|
|
68
68
|
|
|
69
69
|
setup(
|
|
70
70
|
name='pytest-seleniumbase',
|
|
71
|
-
version='4.42.
|
|
71
|
+
version='4.42.4',
|
|
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',
|
|
@@ -96,7 +96,6 @@ setup(
|
|
|
96
96
|
"Framework :: Pytest",
|
|
97
97
|
"Intended Audience :: Developers",
|
|
98
98
|
"Intended Audience :: Information Technology",
|
|
99
|
-
"License :: OSI Approved :: MIT License",
|
|
100
99
|
"Operating System :: MacOS :: MacOS X",
|
|
101
100
|
"Operating System :: Microsoft :: Windows",
|
|
102
101
|
"Operating System :: POSIX :: Linux",
|
|
@@ -123,7 +122,7 @@ setup(
|
|
|
123
122
|
],
|
|
124
123
|
python_requires=">=3.8",
|
|
125
124
|
install_requires=[
|
|
126
|
-
'seleniumbase>=4.42.
|
|
125
|
+
'seleniumbase>=4.42.4',
|
|
127
126
|
],
|
|
128
127
|
packages=[
|
|
129
128
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
seleniumbase>=4.42.2
|
|
File without changes
|
|
File without changes
|
{pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pytest_seleniumbase.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pytest_seleniumbase-4.42.2 → pytest_seleniumbase-4.42.4}/pytest_seleniumbase.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|