pytest-seleniumbase 4.39.3__tar.gz → 4.39.6__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.39.3
3
+ Version: 4.39.6
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
@@ -39,6 +39,7 @@ Classifier: Programming Language :: Python :: 3.10
39
39
  Classifier: Programming Language :: Python :: 3.11
40
40
  Classifier: Programming Language :: Python :: 3.12
41
41
  Classifier: Programming Language :: Python :: 3.13
42
+ Classifier: Programming Language :: Python :: 3.14
42
43
  Classifier: Topic :: Internet
43
44
  Classifier: Topic :: Scientific/Engineering
44
45
  Classifier: Topic :: Software Development
@@ -52,7 +53,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
52
53
  Classifier: Topic :: Utilities
53
54
  Requires-Python: >=3.8
54
55
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.39.3
56
+ Requires-Dist: seleniumbase>=4.39.6
56
57
  Dynamic: author
57
58
  Dynamic: author-email
58
59
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-seleniumbase
3
- Version: 4.39.3
3
+ Version: 4.39.6
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
@@ -39,6 +39,7 @@ Classifier: Programming Language :: Python :: 3.10
39
39
  Classifier: Programming Language :: Python :: 3.11
40
40
  Classifier: Programming Language :: Python :: 3.12
41
41
  Classifier: Programming Language :: Python :: 3.13
42
+ Classifier: Programming Language :: Python :: 3.14
42
43
  Classifier: Topic :: Internet
43
44
  Classifier: Topic :: Scientific/Engineering
44
45
  Classifier: Topic :: Software Development
@@ -52,7 +53,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
52
53
  Classifier: Topic :: Utilities
53
54
  Requires-Python: >=3.8
54
55
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.39.3
56
+ Requires-Dist: seleniumbase>=4.39.6
56
57
  Dynamic: author
57
58
  Dynamic: author-email
58
59
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ seleniumbase>=4.39.6
@@ -29,7 +29,7 @@ if sys.argv[-1] == "publish":
29
29
  print("\nERROR! Publishing to PyPI requires Python>=3.9")
30
30
  sys.exit()
31
31
  print("\n*** Checking code health with flake8:\n")
32
- os.system("python -m pip install 'flake8==7.0.0'")
32
+ os.system("python -m pip install 'flake8==7.3.0'")
33
33
  flake8_status = os.system("flake8 --exclude=recordings,temp")
34
34
  if flake8_status != 0:
35
35
  print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
68
68
 
69
69
  setup(
70
70
  name='pytest-seleniumbase',
71
- version='4.39.3',
71
+ version='4.39.6',
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',
@@ -108,6 +108,7 @@ setup(
108
108
  "Programming Language :: Python :: 3.11",
109
109
  "Programming Language :: Python :: 3.12",
110
110
  "Programming Language :: Python :: 3.13",
111
+ "Programming Language :: Python :: 3.14",
111
112
  "Topic :: Internet",
112
113
  "Topic :: Scientific/Engineering",
113
114
  "Topic :: Software Development",
@@ -122,7 +123,7 @@ setup(
122
123
  ],
123
124
  python_requires=">=3.8",
124
125
  install_requires=[
125
- 'seleniumbase>=4.39.3',
126
+ 'seleniumbase>=4.39.6',
126
127
  ],
127
128
  packages=[
128
129
  ],
@@ -1 +0,0 @@
1
- seleniumbase>=4.39.3