Skip to content

Commit de62a8e

Browse files
authored
Merge pull request #14 from xmos/feature/req_file
Cleanup python setup files
2 parents ea89d30 + c890158 commit de62a8e

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

requirements.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
# same modules should appear in the setup.py list as given below.
1919
flake8==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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
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.
1111
setuptools.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
)

0 commit comments

Comments
 (0)