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: remove --no-index flag from pip-compile command #129

Merged
merged 1 commit into from Mar 26, 2021

Conversation

UsamaSadiq
Copy link
Member

@UsamaSadiq UsamaSadiq commented Mar 26, 2021

Description

requirements upgrade build failed due to --no-index flag error.

Source

pip-tools==6.0.0 removed --index/--no-index flag from pip-compile command.
--index/--no-index flag was deprecated in pip-tools==5.2.0 in favor of --emit-index-url/--no-emit-index-url.

@codecov
Copy link

codecov bot commented Mar 26, 2021

Codecov Report

Merging #129 (c8fd0af) into master (2b70ba7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   89.39%   89.39%           
=======================================
  Files           9        9           
  Lines         198      198           
  Branches       25       25           
=======================================
  Hits          177      177           
  Misses         17       17           
  Partials        4        4           
Flag Coverage Δ
unittests 89.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b70ba7...c8fd0af. Read the comment docs.

pip-tools==6.0.0 removed --index/--no-index flag from pip-compile flag.
@UsamaSadiq UsamaSadiq force-pushed the usamasadiq/fix-pip-compile-command branch from bebe4ea to c8fd0af Compare March 26, 2021 09:58
@UsamaSadiq UsamaSadiq merged commit 9ed3148 into master Mar 26, 2021
@UsamaSadiq UsamaSadiq deleted the usamasadiq/fix-pip-compile-command branch March 26, 2021 12:21
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

3 participants