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

custom_requirements.txt: Add environment marker #143

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

i386x
Copy link
Contributor

@i386x i386x commented Jan 9, 2020

Specify on which environments PyYAML should be installed to prevent
failing pip install.

@coveralls
Copy link

coveralls commented Jan 9, 2020

Pull Request Test Coverage Report for Build 418

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at ?%

Totals Coverage Status
Change from base Build 401: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

@@ -1,4 +1,4 @@
# SPDX-License-Identifier: MIT

# Write requirements for running your custom commands in tox here:
PyYAML
PyYAML; python_version >= '2.7' and python_version != '3.0' and python_version != '3.1' and python_version != '3.2' and python_version != '3.3' and python_version != '3.4'
Copy link
Member

Choose a reason for hiding this comment

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

Does it also support or then this could be python_version == '2.7' or python_version >= '3.5' AFAIU.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, or operator is also supported. Fixed in 8448660.

Copy link
Member

Choose a reason for hiding this comment

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

Please squash the commits

Specify on which environments PyYAML should be installed to prevent
failing pip install.
@i386x i386x force-pushed the fix-custom-requirements branch from 8448660 to 668e5fb Compare January 9, 2020 15:10
@tyll tyll merged commit c94fea7 into linux-system-roles:master Jan 9, 2020
@i386x
Copy link
Contributor Author

i386x commented Jan 9, 2020

Thanks for merging, I will rebase now #142 on top of master.

@tyll
Copy link
Member

tyll commented Jan 9, 2020

Thanks for merging, I will rebase now #142 on top of master.

You are welcome - not necessary, I rebased it already.

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.

3 participants