Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Fixed operation not permitted error (run unit tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Jan 2, 2018
1 parent 5ff089d commit 909b5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## master (unreleased)

*
* Pass `-p no:cacheprovider` to fix operation not permitted for `.cache` directory (run unit tests script)

## 1.4.3 (2017-12-30)

Expand Down
2 changes: 1 addition & 1 deletion blackmamba/script/run_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _run_unit_tests(path):
editor.clear_annotations()

_remove_log_file()
pytest.main(['-q', '--junitxml={}'.format(_LOG_FILE_PATH), path])
pytest.main(['-q', '-p', 'no:cacheprovider', '--junitxml={}'.format(_LOG_FILE_PATH), path])
attrib, annotations = _parse_log_file()

_show_results(attrib, not annotations)
Expand Down

0 comments on commit 909b5fa

Please sign in to comment.