Remove unused test fixtures
This commit is contained in:
parent
36b9e00dc9
commit
49da9776e7
2 changed files with 2 additions and 30 deletions
|
@ -73,7 +73,7 @@ install_requires =
|
|||
zope.sqlalchemy
|
||||
|
||||
tests_require = Tailbone[tests]
|
||||
test_suite = nose.collector
|
||||
test_suite = tests
|
||||
packages = find:
|
||||
include_package_data = True
|
||||
zip_safe = False
|
||||
|
@ -87,7 +87,7 @@ exclude =
|
|||
|
||||
[options.extras_require]
|
||||
docs = Sphinx; sphinx-rtd-theme
|
||||
tests = coverage; fixture; mock; nose; pytest; pytest-cov
|
||||
tests = coverage; mock; pytest; pytest-cov
|
||||
|
||||
|
||||
[options.entry_points]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue