Skip to content

Commit 1523cb5

Browse files
committedSep 9, 2016
test-requirements: Update pytest to 3.0
Since pytest 3.0 deprecated the setup.cfg [pytest] section name in favor of [tool:pytest] this commit changes that as well.
1 parent debc4d2 commit 1523cb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[pytest]
1+
[tool:pytest]
22
norecursedirs =
33
.git
44
dist

‎test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage>=4.0.3
2-
pytest>=2.8.7
2+
pytest>=3.0.0
33
pytest-cov>=2.2.1
44
pytest-env>=0.6.0
55
pytest-timeout>=1.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.