Skip to content

Commit

Permalink
Require pytest 5.4.2+ on pytest 5.4 series
Browse files Browse the repository at this point in the history
Due to fixes in File.from_parent
  • Loading branch information
nicoddemus committed May 8, 2020
1 parent ece12a2 commit e91b797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# 1.2.1

- Remove `from_parent()` warnings in pytest 5.4+.
- Remove `from_parent()` warnings in pytest 5.4.2+.

# 1.2.0

Expand Down
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -9,7 +9,10 @@
entry_points={
'pytest11': ['cpp = pytest_cpp.plugin'],
},
install_requires=['pytest', 'colorama'],
install_requires=[
'pytest !=5.4.0, !=5.4.1',
'colorama',
],

# metadata for upload to PyPI
author="Bruno Oliveira",
Expand Down

0 comments on commit e91b797

Please sign in to comment.