Skip to content

Commit

Permalink
Merge branch 'setupcfg' into 'master'
Browse files Browse the repository at this point in the history
Test suite fixes

pytest-dev/pytest#567

See merge request !123
  • Loading branch information
sigmavirus24 committed Oct 23, 2016
2 parents 17a1b83 + 17b8858 commit d6b7d45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include *.rst
include CONTRIBUTORS.txt
include LICENSE
include *.ini
global-exclude *.pyc
recursive-include docs *.rst *.py
recursive-include tests *.py *.ini *.rst *_diff
Expand Down
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ requires-dist =
pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
pycodestyle >= 2.0.0, < 2.1.0
mccabe >= 0.5.0, < 0.6.0

[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw

0 comments on commit d6b7d45

Please sign in to comment.