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

Travis Builds Fail on 3.5 #133

Closed
richteer opened this issue Mar 5, 2019 · 0 comments
Closed

Travis Builds Fail on 3.5 #133

richteer opened this issue Mar 5, 2019 · 0 comments
Assignees
Labels

Comments

@richteer
Copy link
Contributor

richteer commented Mar 5, 2019

Our builds keep failing on 3.5 for some reason, but succeeding on 3.6. Seems to be erroring on calls to main.py init in the test_cli.py. Annoyingly, all of these tests pass on my box running 3.5, so it might just be a Travis environment problem? Considering we have been thinking about breaking apart main.py anyway, it might be worth disabling these tests for now.

Here's a dump of the errors (from here ):

0.53s$ ./test.sh
.......
----------------------------------------------------------------------
Ran 7 tests in 0.007s
OK
FFF
======================================================================
FAIL: test_fetch (__main__.TestFetch)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_cli.py", line 46, in test_fetch
    self.cmd(['init'])
  File "tests/test_cli.py", line 20, in cmd
    self.assertEqual(proc.returncode, 0)
AssertionError: 1 != 0
======================================================================
FAIL: test_init (__main__.TestInit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_cli.py", line 29, in test_init
    self.cmd(['init'])
  File "tests/test_cli.py", line 20, in cmd
    self.assertEqual(proc.returncode, 0)
AssertionError: 1 != 0
======================================================================
FAIL: test_install (__main__.TestInstall)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_cli.py", line 58, in test_install
    self.cmd(['init'])
  File "tests/test_cli.py", line 20, in cmd
    self.assertEqual(proc.returncode, 0)
AssertionError: 1 != 0
----------------------------------------------------------------------
Ran 3 tests in 0.060s
FAILED (failures=3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants