Skip to content

Commit

Permalink
fix(requirements): set pytest to 3.6, breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Jan 7, 2019
1 parent f3e22bc commit ceea798
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ addopts= --cov=refchef tests/

[semantic_release]
version_variable = refchef/__init__.py:__version__
check_build_status = true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mock",
"future",
"configparser",
"pytest>=3",
"pytest>=3.6",
"coverage>=4.4",
"pytest-cov>=2.0"
],
Expand Down

0 comments on commit ceea798

Please sign in to comment.