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 197990c
Showing 1 changed file with 4 additions and 1 deletion.
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 197990c

Please sign in to comment.