From bca845494dcc91cab87c2d7af4b5513a4893715b Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 2 Mar 2018 19:40:13 -0500 Subject: Fixed unit test bug on Windows - The python-forked module doesn't work on Windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c3822ef8..47ee5c97 100755 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ if sys.version_info < (3, 0): INSTALL_REQUIRES += ['subprocess32'] # unittest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python -TESTS_REQUIRE = ['mock', 'pytest', 'pytest-xdist', 'pytest-forked'] +TESTS_REQUIRE = ['mock', 'pytest', 'pytest-xdist'] DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme', 'pyparsing', 'pyperclip', 'six'] setup( -- cgit v1.2.1