Skip to content

Commit

Permalink
Avoid pytest 3 warning (#517)
Browse files Browse the repository at this point in the history
* Avoid pytest warning

* Upgrade pytest min version in tox.ini
  • Loading branch information
hynek authored and alex committed Aug 25, 2016
1 parent 3aeead9 commit a585786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
minversion = 2.8.5
[tool:pytest]
minversion = 3.0.1
strict = true
testpaths = tests

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ whitelist_externals =
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
deps =
coverage>=4.2
pytest>=2.8.5
pytest>=3.0.1
cryptographyMaster: git+https://github.com/pyca/cryptography.git
cryptographyMinimum: cryptography<1.4
setenv =
Expand Down

0 comments on commit a585786

Please sign in to comment.