Skip to content

Commit eb3a1c2

Browse files
authored
Merge pull request #6127 from dolfinus/update_send2trash
Fix send2trash tests failing on Windows
2 parents 39a7605 + 7a9e584 commit eb3a1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
'nbformat',
123123
'nbconvert',
124124
'ipykernel', # bless IPython kernel for now
125-
'Send2Trash>=1.5.0',
125+
'Send2Trash>=1.8.0',
126126
'terminado>=0.8.3',
127127
'prometheus_client'
128128
],

0 commit comments

Comments
 (0)