Skip to content

Commit

Permalink
fixed deprecated pytest syntax in setup.cfg (#1015)
Browse files Browse the repository at this point in the history
pytest complains in the form of a warning, that command in setup.cfg should be "[tool:pytest]" rather than "[pytest]".
http://doc.pytest.org/en/latest/example/pythoncollection.html#changing-naming-conventions
  • Loading branch information
drewja authored and untitaker committed Oct 4, 2016
1 parent 709182a commit 1a9f9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[aliases]
release = egg_info -RDb ''

[pytest]
[tool:pytest]
norecursedirs = .* env* _build *.egg

[bdist_wheel]
Expand Down

0 comments on commit 1a9f9d3

Please sign in to comment.