-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix ambigous variable usage Use of "l" caused linting failure. * Fixed deprecation of getfuncargvalue getfuncargvalue was deprecated in favour of getfixturevalue * Remove use of deprecated pytest.config Use standard pytest marks for slow tests instead. * Fixed test failure with GILT_CACHE_DIRECTORY Tests where failing when GILT_CACHE_DIRECTORY was not ending in '.gilt'. * Fix tox failure due to use of relative path with --cov 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.
- Loading branch information
Showing
4 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters