You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverted logic that has flake8 run in different venv
Modified the Flake8Task to once again inherit from
AbstractPythonMainSourceDefaultTask and use the original
virtual environment instead of having a dedicated venv just for
it's run. Deleted the AbstractPythonInfrastructureDefaultTask as
Flake8Task was the only class using it.
Modified PythonPlugin to have flake8 be added as a build configuration
instead of it's own configuration. Deleted unit and integration tests
ensuring that flake8 was run in its own environment.
Copy file name to clipboardExpand all lines: pygradle-plugin/src/integTest/groovy/com/linkedin/gradle/python/plugin/ParallelWheelsIntegrationTest.groovy
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -92,20 +92,6 @@ class ParallelWheelsIntegrationTest extends Specification {
Copy file name to clipboardExpand all lines: pygradle-plugin/src/main/groovy/com/linkedin/gradle/python/tasks/AbstractPythonInfrastructureDefaultTask.java
0 commit comments