From f47f6e8f037cbe4ef77b508600155fb4c74878f9 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 17 Apr 2020 16:01:20 -0400 Subject: MNT: Update test requirements --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d10513be..d611fe45 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,12 @@ from setuptools import setup, find_packages kwargs = {} kwargs['install_requires'] = [ 'six', 'isodate', 'pyparsing'] -kwargs['tests_require'] = ['html5lib', 'networkx'] +kwargs['tests_require'] = ['html5lib', 'networkx', 'nose', 'doctest-ignore-unicode'] kwargs['test_suite'] = "nose.collector" kwargs['extras_require'] = { 'html': ['html5lib'], 'sparql': ['requests'], + 'tests': kwargs['tests_require'], 'docs': ['sphinx < 3', 'sphinxcontrib-apidoc'] } -- cgit v1.2.1