Skip to content

Commit b34bde4

Browse files
Fix typo in setup.cfg setting
1 parent ab681f2 commit b34bde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ license_files = LICENSE.md
33

44
[tool:pytest]
55
addopts=--tb=short --strict-markers -ra
6-
testspath = tests
6+
testpaths = tests
77
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning
88

99
[flake8]

0 commit comments

Comments
 (0)