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

fix: ignore pip install .whl file #142

Merged
merged 4 commits into from
Jul 30, 2023
Merged

Conversation

OshriAsulin
Copy link
Contributor

@OshriAsulin OshriAsulin commented Jul 28, 2023

Continue of #140
Close #119

I added a change for ignore commands that end with .whl,
and I also added an example to real-examples.yaml

@baruchiro baruchiro self-requested a review July 28, 2023 14:38
Copy link
Collaborator

@baruchiro baruchiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will merge once you verify the new example results.

Comment on lines -1986 to -1990
- range: |-
<code>pip install scipy-0.16.1-cp27-none-win_amd64.whl
</code>
type: pypi
name: scipy-0.16.1-cp27-none-win_amd64.whl
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OshriAsulin please review this change made by me.

Make sure all the removed results are indeed wrong results, and all the added are correct.

@@ -17,6 +17,7 @@ describe(parseCommand.name, () => {
'install numpy‑1.9.2+mkl‑cp34‑none‑win_amd64.whl',
'install MySQL_python==', // Although this is a valid package name, it's not a valid command
'install -r requirements.txt',
'pip install scipy-0.16.1-cp27-none-win_amd64.whl',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'pip install scipy-0.16.1-cp27-none-win_amd64.whl',
'install scipy-0.16.1-cp27-none-win_amd64.whl',

Removed pip word from the command in line 20
@baruchiro baruchiro enabled auto-merge July 30, 2023 08:05
@baruchiro baruchiro changed the title Added a changes for ignore of .whl fix: ignore pip install .whl file Jul 30, 2023
@baruchiro baruchiro disabled auto-merge July 30, 2023 08:07
@baruchiro baruchiro added this pull request to the merge queue Jul 30, 2023
Merged via the queue into os-scar:master with commit bda5fc7 Jul 30, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pip: don't catch .whl files
2 participants