File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020install :
2121 - cmd : activate condaenv
2222 - cmd : conda install -yq numpy scipy pip pytest pandas matplotlib
23- - cmd : pip install pytest-cov coveralls sympy fluids coveralls sympy fuzzywuzzy pint pytz numba IPython
23+ - cmd : pip install pytest-cov coveralls sympy fluids coveralls sympy fuzzywuzzy pint pytz numba IPython sphinx
2424 - cmd : python setup.py install
2525 - cmd : rmdir /Q /S chemicals
2626
Original file line number Diff line number Diff line change 66
77def pytest_ignore_collect (path ):
88 path = str (path )
9- if 'benchmark' in path or 'manual_runner' in path or 'make_test_stubs' in path or 'plot' in path or 'prerelease' in path :
9+ if 'benchmark' in path or 'manual_runner' in path or 'make_test_stubs' in path or 'plot' in path or 'prerelease' in path or 'conf.py' in path :
1010 return True
1111 if 'dev' in path :
1212 return True
You can’t perform that action at this time.
0 commit comments