Skip to content

Commit e339571

Browse files
committed
Correct setup.cfg for new py.test syntax
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 60db756 commit e339571

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license_file = NOTICE
55
pypi_release = clean --all sdist --formats=bztar bdist_wheel register upload
66
release = clean --all sdist --formats=bztar,zip bdist_wheel
77

8-
[pytest]
8+
[tool:pytest]
99
norecursedirs =
1010
.git
1111
bin
@@ -31,6 +31,7 @@ norecursedirs =
3131
tmp
3232
src/*/data
3333
tests/*/data
34+
etc/scripts/testdata
3435

3536
python_files = *.py
3637

0 commit comments

Comments
 (0)