Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pants from 2.15 to 2.16.0a0 #5932

Merged
merged 11 commits into from
Mar 17, 2023
Prev Previous commit
Next Next commit
pants: drop module_mappings provided with pants 2.16+
cognifloyd committed Mar 15, 2023
commit 0822d43ac4e0ebad7c96c7c9a98e1a46cd161839
10 changes: 0 additions & 10 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
python_requirements(
name="reqs",
source="requirements-pants.txt",
# module_mapping can be removed once pants is released with
# https://github.com/pantsbuild/pants/pull/17390
module_mapping={
"python-editor": ["editor"],
"python-json-logger": ["pythonjsonlogger"],
"python-statsd": ["statsd"],
"sseclient-py": ["sseclient"],
"oslo.config": ["oslo_config"],
"RandomWords": ["random_words"],
},
overrides={
# flex and stevedore uses pkg_resources w/o declaring the dep
("flex", "stevedore"): {
3 changes: 0 additions & 3 deletions contrib/core/BUILD
Original file line number Diff line number Diff line change
@@ -5,9 +5,6 @@ pack_metadata(
python_requirements(
name="reqs",
source="requirements-tests.txt",
# module_mapping can be removed once pants is released with
# https://github.com/pantsbuild/pants/pull/17390
module_mapping={"mail-parser": ["mailparser"]},
)

python_sources(