Skip to content

Commit d6b7d45

Browse files
committed
Merge branch 'setupcfg' into 'master'
Test suite fixes pytest-dev/pytest#567 See merge request !123
2 parents 17a1b83 + 17b8858 commit d6b7d45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include *.rst
22
include CONTRIBUTORS.txt
33
include LICENSE
4+
include *.ini
45
global-exclude *.pyc
56
recursive-include docs *.rst *.py
67
recursive-include tests *.py *.ini *.rst *_diff

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
norecursedirs = .git .* *.egg* old docs dist build
3+
addopts = -rw

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ requires-dist =
1111
pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
1212
pycodestyle >= 2.0.0, < 2.1.0
1313
mccabe >= 0.5.0, < 0.6.0
14-
15-
[pytest]
16-
norecursedirs = .git .* *.egg* old docs dist build
17-
addopts = -rw

0 commit comments

Comments
 (0)