Skip to content

Commit 4b9eb94

Browse files
Merge branch 'trunk' into dotnet-modern-nunit
2 parents 4722a80 + c286473 commit 4b9eb94

File tree

5 files changed

+9
-43
lines changed

5 files changed

+9
-43
lines changed

Rakefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,7 @@ namespace :py do
585585
nightly = ".#{Time.now.strftime('%Y%m%d%H%M')}"
586586
new_version = updated_version(old_version, arguments[:version], nightly)
587587

588-
['py/setup.py',
589-
'py/pyproject.toml',
588+
['py/pyproject.toml',
590589
'py/BUILD.bazel',
591590
'py/selenium/__init__.py',
592591
'py/selenium/webdriver/__init__.py',
@@ -1048,7 +1047,6 @@ namespace :all do
10481047
'py/selenium/webdriver/__init__.py',
10491048
'py/selenium/__init__.py',
10501049
'py/BUILD.bazel',
1051-
'py/setup.py',
10521050
'rb/lib/selenium/webdriver/version.rb',
10531051
'rb/Gemfile.lock'])
10541052

@@ -1110,7 +1108,6 @@ namespace :all do
11101108
'py/selenium/webdriver/__init__.py',
11111109
'py/BUILD.bazel',
11121110
'py/CHANGES',
1113-
'py/setup.py',
11141111
'rb/lib/selenium/webdriver/version.rb',
11151112
'rb/CHANGES',
11161113
'rb/Gemfile.lock',

java/spotbugs-excludes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
161161
</Match>
162162

163+
<Match>
164+
<Class name="org.openqa.selenium.safari.SafariTechPreviewDriverService"/>
165+
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
166+
</Match>
167+
163168
<Match>
164169
<Class name="org.openqa.selenium.support.locators.RelativeLocator$RelativeBy" />
165170
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />

py/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ pkg_files(
231231
"CHANGES",
232232
"README.rst",
233233
"pyproject.toml",
234-
"setup.py",
235234
":license",
236235
":selenium-pkg",
237236
":selenium-pkginfo",

py/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ exclude = ["test*"]
4444
namespaces = false
4545
# include-package-data is `true` by default in pyproject.toml
4646

47+
[[tool.setuptools-rust.bins]]
48+
target = "selenium.webdriver.common.selenium-manager"
49+
4750
[project.urls]
4851
Repository = "https://github.com/SeleniumHQ/selenium/"
4952
BugTracker = "https://github.com/SeleniumHQ/selenium/issues"

py/setup.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)