Skip to content

Commit f85595b

Browse files
authored
Remove tests_require
These are covered by extras_require. Should fix #20
1 parent 5386849 commit f85595b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@
2525
package_dir={"readonly": "readonly"},
2626
install_requires=["Django>=1.9"],
2727
extras_require={"test": ["pytest", "pytest-django", "flake8"]},
28-
tests_require=["readonly[test]"],
2928
)

0 commit comments

Comments
 (0)