Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to make tests run with 'python setup.py test' #1

Closed
wants to merge 1 commit into from

Conversation

EdwardBetts
Copy link

This is the result of "python setup.py test" before applying this fix.

$ python setup.py test
running test
Traceback (most recent call last):
  File "setup.py", line 57, in <module>
    'Topic :: Utilities',
  File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line 141, in run
    cmd = ' '.join(self._argv)
TypeError: sequence item 2: expected string, bool found
$ 

@EdwardBetts
Copy link
Author

This change doesn't work with python 3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant