Skip to content

Commit

Permalink
Merge pull request #534 from lhfelis/fix_setup_test
Browse files Browse the repository at this point in the history
Fix python setup.py test
  • Loading branch information
coleifer committed Jun 30, 2020
2 parents 4851343 + 77000b4 commit 3c5ef64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from huey import tests


def collect_tests(args):
def collect_tests(args=None):
suite = unittest.TestSuite()

if not args:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
test_suite='runtests.runtests',
test_suite='runtests.collect_tests',
entry_points={
'console_scripts': [
'huey_consumer = huey.bin.huey_consumer:consumer_main'
Expand Down

0 comments on commit 3c5ef64

Please sign in to comment.