Skip to content

Commit 324f9be

Browse files
committed
Specify folder of source and test because py.test runs unnecessary tests when virtualenv dir is placed.
1 parent b176ab4 commit 324f9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ license-file = LICENSE
44
[wheel]
55
universal = 1
66

7-
[pytest]
8-
addopts = -rsxX -v
7+
[tool:pytest]
8+
addopts = -rsxX -v tests acme
99
norecursedirs = .git

0 commit comments

Comments
 (0)