-
Notifications
You must be signed in to change notification settings - Fork 12
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
Multiple fixes #67
Multiple fixes #67
Conversation
Use of "l" caused linting failure.
getfuncargvalue was deprecated in favour of getfixturevalue
Use standard pytest marks for slow tests instead.
Tests where failing when GILT_CACHE_DIRECTORY was not ending in '.gilt'.
Move py.test params to setup.cfg in order to make them available to all pytest executions, regardless if they are run inside or ourside tox. This fixes problem where tox was failing to create coverage because {toxinidir} was expanded to a relative path which is not supported by pytest-cov. By using the path mentioned in setup.cfg we avoid this issue as in this case pytest-cov is able to generate the files.
4aebed3
to
0c9180d
Compare
Hi @ssbarnea please resubmit without the travis changes. We don't use travis, and don't have any plans to use it in the future. Unfortunately, we don't want to allow travis access to our github org. |
@retr0h Sure. I will keep travis on my fork in order to validate the changes. I am bit perplexed about how you evaluate any PR with a CI running on them but I will take all measures needed to make these small fixed ship. The travis is a bit inconvenient but as a note, having a travis file does not mean you need to enable it. It could still prove very useful for anyone forking gilt. |
That's a good point. I hadn't thought of that. Once this lands, I'd be open to your travis change. Thanks ! |
|
Thanks @ssbarnea 🎸 |
Multiple fixes needed in order to fully be able to run tox.
Fixes: https://github.com/metacloud/gilt/issues/66