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

[OBSOLETE] Fix setup.py requirements parsing with Pip 20+ #19

Closed
wants to merge 2 commits into from
Closed

[OBSOLETE] Fix setup.py requirements parsing with Pip 20+ #19

wants to merge 2 commits into from

Conversation

WinterPhoenix
Copy link

@WinterPhoenix WinterPhoenix commented Jun 19, 2020

See here: pypa/pip#7645

Also, using internals to parse requirements isn't recommended by the Pip team anyway, so we may want to consider doing it some other way.

@WinterPhoenix WinterPhoenix changed the title Fix Requirements parsing with Pip 20+ Fix setup.py requirements parsing with Pip 20+ Jun 19, 2020
@coveralls
Copy link

coveralls commented Jun 19, 2020

Coverage Status

Coverage remained the same at 90.385% when pulling 49e6de0 on WinterPhoenix:patch-1 into 3b03ec3 on leovp:master.

@WinterPhoenix
Copy link
Author

As it turns out, the initial fix didn't work, so I went ahead and just made it parse them using file open + splitlines

WinterPhoenix added a commit to solsticegamestudios/GModCEFCodecFix that referenced this pull request Jun 19, 2020
…in requirements.txt while its setup.py is being fixed for Pip 20+ ( leovp/steamfiles#19 )
@WinterPhoenix WinterPhoenix changed the title Fix setup.py requirements parsing with Pip 20+ [OBSOLETE] Fix setup.py requirements parsing with Pip 20+ Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants