Skip to content

Commit 7a9e584

Browse files
committed
Fix send2trash tests failing on Windows
1 parent eb6c69d commit 7a9e584

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)