Skip to content

Commit 7992d81

Browse files
authored
Merge pull request jpadilla#254 from jpadilla/pytest-version-bump
Bump pytest version to latest
2 parents ce7f929 + 496c511 commit 7992d81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[flake8]
22
max-line-length = 119
3-
exclude =
3+
exclude =
44
docs/,
55
.tox/
66

77
[wheel]
88
universal = 1
99

10-
[pytest]
10+
[tool:pytest]
1111
addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
1212

1313
[aliases]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_version(package):
3030
sys.exit()
3131

3232
tests_require = [
33-
'pytest==2.7.3',
33+
'pytest >3,<4',
3434
'pytest-cov',
3535
'pytest-runner',
3636
]

0 commit comments

Comments
 (0)