Skip to content

Commit e1a8240

Browse files
authored
Merge pull request #144 from hroncok/contextlib1
pytest-shutil: Only require contextlib2 on Python 2
2 parents f12dc7b + 2d6709e commit e1a8240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-shutil/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
install_requires = ['six',
2525
'execnet',
26-
'contextlib2',
26+
'contextlib2;python_version<"3"',
2727
'pytest',
2828
'path.py',
2929
'mock',

0 commit comments

Comments
 (0)