Skip to content

Commit e91b797

Browse files
committed
Require pytest 5.4.2+ on pytest 5.4 series
Due to fixes in File.from_parent
1 parent ece12a2 commit e91b797

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 1.2.1
22

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

55
# 1.2.0
66

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
entry_points={
1010
'pytest11': ['cpp = pytest_cpp.plugin'],
1111
},
12-
install_requires=['pytest', 'colorama'],
12+
install_requires=[
13+
'pytest !=5.4.0, !=5.4.1',
14+
'colorama',
15+
],
1316

1417
# metadata for upload to PyPI
1518
author="Bruno Oliveira",

0 commit comments

Comments
 (0)