Skip to content

Commit 24f1831

Browse files
authored
Merge pull request #169 from common-workflow-language/split-off-cwltest
Separate out cwltest to a separate repository & package
2 parents be0484b + 4aad926 commit 24f1831

File tree

3 files changed

+6
-234
lines changed

3 files changed

+6
-234
lines changed

cwltool/cwltest.py

Lines changed: 0 additions & 229 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ruamel.yaml == 0.12.4
33
rdflib >= 4.1.0
44
rdflib-jsonld >= 0.3.0
55
shellescape
6-
schema-salad==1.16.20160819133325
6+
schema-salad==1.17.20160820171034
77
typing>=3.5.2

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
long_description=open(README).read(),
2323
author='Common workflow language working group',
2424
author_email='[email protected]',
25-
url="https://github.com/common-workflow-language/common-workflow-language",
26-
download_url="https://github.com/common-workflow-language/common-workflow-language",
25+
url="https://github.com/common-workflow-language/cwltool",
26+
download_url="https://github.com/common-workflow-language/cwltool",
2727
license='Apache 2.0',
2828
packages=["cwltool"],
2929
package_data={'cwltool': ['schemas/draft-2/*.yml',
@@ -42,11 +42,12 @@
4242
'rdflib-jsonld >= 0.3.0',
4343
'shellescape',
4444
'schema-salad==1.17.20160820171034',
45-
'typing >= 3.5.2' ],
45+
'typing >= 3.5.2',
46+
'cwltest'],
4647
test_suite='tests',
4748
tests_require=[],
4849
entry_points={
49-
'console_scripts': [ "cwltool=cwltool.main:main", "cwltest=cwltool.cwltest:main" ]
50+
'console_scripts': [ "cwltool=cwltool.main:main" ]
5051
},
5152
zip_safe=True,
5253
cmdclass={'egg_info': tagger},

0 commit comments

Comments
 (0)