Skip to content

Commit 255d2aa

Browse files
committed
move pexpect to 'other' install requires
1 parent ebf3327 commit 255d2aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@ def get_version_and_cmdclass(package_name):
4242
"plotly",
4343
],
4444
"testing": [
45-
"pexpect",
4645
"pytest",
4746
"pytest-cov",
4847
"pytest-randomly",
4948
"pytest-timeout",
5049
"pre_commit",
5150
],
52-
"other": ["ipyparallel", "distributed", "scikit-optimize"],
51+
"other": ["pexpect", "ipyparallel", "distributed", "scikit-optimize"],
5352
}
5453

5554

0 commit comments

Comments
 (0)