-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
cull base-python
and base-python-test
#12596
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12596 +/- ##
=========================================
Coverage ? 87.44%
=========================================
Files ? 5
Lines ? 215
Branches ? 0
=========================================
Hits ? 188
Misses ? 27
Partials ? 0 Continue to review full report at Codecov.
|
@@ -70,7 +70,4 @@ | |||
"sphinx-rtd-theme~=1.0", | |||
], | |||
}, | |||
entry_points={ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is technically backwards breaking but i'm 99.999% sure only davin and I ever used this when we first wrote the CDK
base-python
and base-python-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will break the build because of usage in airbyte-source-test.gradle
here:
project.airbyteDockerTest.dependsOn(':airbyte-integrations:bases:base-python-test:airbyteDocker') |
will wait to approve upon removal, but looking good!
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
…e into sherif/cull-base-python
@pedroslopez removed that whole plugin since it's not used anywhere |
What
see #6164
remove
base-python
,base-python-test
and all dependencies from the codebase. These are no longer used.