Skip to content

Commit

Permalink
fix: remove tests from knockpy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-capone committed Sep 2, 2024
1 parent 1ea7400 commit cb91aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/knockpy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def get_config(organization, common_args):
'PYTHON_ALPINE_VERSION': common_args['PYTHON_ALPINE_VERSION'],
'KNOCKPY_DOWNLOAD_URL': api_results['KNOCKPY_GITHUB_INFO']['url']
},
'tests': ['-h']
'tests': []
}
return config

0 comments on commit cb91aa3

Please sign in to comment.