Skip to content

Commit 0df46bf

Browse files
authored
Remove reversion.py (#20442)
It's dead, so let's remove it
1 parent afc7d49 commit 0df46bf

File tree

4 files changed

+1
-284
lines changed

4 files changed

+1
-284
lines changed

build-support/bin/classify_changed_files.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class Affected(enum.Enum):
3737
"src/python/pants/init/BUILD",
3838
"src/python/pants/notes/*",
3939
"src/python/pants_release/release.py",
40-
"src/python/pants_release/reversion.py",
4140
]
4241
_ci_config_globs = [
4342
"build-support/bin/classify_changed_files.py",

src/python/pants_release/BUILD

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@
33

44
python_sources()
55

6-
python_tests(
7-
name="test",
8-
overrides={
9-
"reversion_test.py": {"timeout": 90, "dependencies": ["3rdparty/python#pex"]},
10-
},
11-
)
6+
python_tests(name="test")

src/python/pants_release/reversion.py

-194
This file was deleted.

src/python/pants_release/reversion_test.py

-83
This file was deleted.

0 commit comments

Comments
 (0)