Skip to content

Commit

Permalink
add missing six dependency. Fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
dobe committed Aug 17, 2021
1 parent d10d9e1 commit ed54961
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changes for Lovely Pytest Docker
================================

unreleased
==========

- added explicit dependency to six, which is no more required in newer pytest versions

2021/08/05 0.2.1
================

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ attrs==17.4.0 # via pytest
pluggy==0.6.0 # via pytest
py==1.5.2 # via pytest
pytest==3.3.2
six==1.11.0 # via pytest
six==1.11.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

requires = [
'pytest',
'six'
]


Expand Down

0 comments on commit ed54961

Please sign in to comment.