File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818# same modules should appear in the setup.py list as given below.
1919flake8 == 3.8.3
2020
21- # The measure_fft_performance.py script imports gen_test. I have not found a
22- # module by that name. The pytest-tornado module contains something named
23- # gen_test, but I have not found evidence of importing pytest-tornado in whole
24- # or in part.
25-
2621# Development dependencies
2722#
2823# Each link listed below specifies the path to a setup.py file which are
@@ -35,4 +30,3 @@ flake8==3.8.3
3530# If this repository uses the setup functionality (e.g., script entry points)
3631# of its own setup.py file, then this list must include an entry for that
3732# setup.py file, e.g., '-e .' or '-e ./python' (without the quotes).
38- -e ../tools_xmostest
Original file line number Diff line number Diff line change 99# least the same minor version as specified in the requirements.txt file.
1010# The same modules should appear in the requirements.txt file as given below.
1111setuptools .setup (
12- name = 'tools_xmostest ' ,
12+ name = 'lib_xassert ' ,
1313 package_dir = {'' : 'lib/python' },
1414 packages = setuptools .find_packages (where = "lib/python" ),
1515 install_requires = [
1616 "flake8~=3.8" ,
17- "tools_xmostest" ,
1817 ],
1918)
You can’t perform that action at this time.
0 commit comments