Skip to content

Commit 6c7c3d9

Browse files
committed
Reverted changes in setup.cfg to exclude perf tests
1 parent a30705e commit 6c7c3d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
[pycodestyle]
2+
max_line_length = 120
3+
ignore = E201
4+
5+
[tool:pytest]
6+
addopts = -p no:warnings --tb=short
7+
norecursedirs = tests_perf
8+
testpaths = tests
9+
110
[versioneer]
211
VCS = git
312
versionfile_source = dpnp/_version.py

0 commit comments

Comments
 (0)