Skip to content

Commit

Permalink
fix: Revert "build(Docker): Align the python-inspector version on..."
Browse files Browse the repository at this point in the history
This change broke the `python-inspector` test cases in PipFunTest,
because running the `python-inspector` command fails with:
`cannot import name 'Feature' from 'setuptools'`.

This reverts commit 3df3945.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau authored and sschuberth committed Oct 15, 2023
1 parent f4a8e6d commit ef2bd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG ORT_VERSION="DOCKER-SNAPSHOT"
ARG NUGET_INSPECTOR_VERSION=0.9.12

# Set this to the Python Inspector version to use.
ARG PYTHON_INSPECTOR_VERSION="0.9.8"
ARG PYTHON_INSPECTOR_VERSION="0.9.6"

# Set this to the ScanCode version to use.
ARG SCANCODE_VERSION="32.0.6"
Expand Down

0 comments on commit ef2bd7f

Please sign in to comment.