Temporarily disable tests for send2trash until new pip package is released #230. (#231)

See hsoft/send2trash/pull/11 for details
This commit is contained in:
Jaisen Mathai 2017-07-11 21:04:28 -07:00 committed by GitHub
parent 754897bafe
commit 1535db5aa4
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ def test_import_file_send_to_trash_false():
assert dest_path1 is not None
def test_import_file_send_to_trash_true():
raise SkipTest("Temporarily disable send2trash test gh-230")
temporary_folder, folder = helper.create_working_folder()
temporary_folder_destination, folder_destination = helper.create_working_folder()