Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. (_virtualenv) Savils-MacBook:auction-keeper savil$ ./test.sh
  2. unit-testing: Pulling from makerdao/testchain-pymaker
  3. Digest: sha256:ceb56f43945c0554079a05f15e3ac76020055e9e8f87f4da4d6505b089da8207
  4. Status: Image is up to date for makerdao/testchain-pymaker:unit-testing
  5. docker.io/makerdao/testchain-pymaker:unit-testing
  6. ~/code/makerdao/auction-keeper/lib/pymaker ~/code/makerdao/auction-keeper
  7. Creating network "pymaker_default" with the default driver
  8. Creating parity-pymaker-test ... done
  9. ~/code/makerdao/auction-keeper
  10. Traceback (most recent call last):
  11. File "/Users/savil/code/makerdao/auction-keeper/_virtualenv/bin/py.test", line 6, in <module>
  12. from pytest import main
  13. 1 codecov == 2.0.9
  14. File "/Users/savil/code/makerdao/auction-keeper/_virtualenv/lib/python3.7/site-packages/pytest.py", line 13, in <module>
  15. from _pytest.fixtures import fixture, yield_fixture
  16. File "/Users/savil/code/makerdao/auction-keeper/_virtualenv/lib/python3.7/site-packages/_pytest/fixtures.py", line 839, in <module>
  17. class FixtureFunctionMarker(object):
  18. File "/Users/savil/code/makerdao/auction-keeper/_virtualenv/lib/python3.7/site-packages/_pytest/fixtures.py", line 841, in FixtureFunctionMarker
  19. params = attr.ib(convert=attr.converters.optional(tuple))
  20. TypeError: attrib() got an unexpected keyword argument 'convert'
  21. Stopping container
  22. ~/code/makerdao/auction-keeper/lib/pymaker ~/code/makerdao/auction-keeper
  23. Stopping parity-pymaker-test ... done
  24. Removing parity-pymaker-test ... done
  25. Removing network pymaker_default
  26. ~/code/makerdao/auction-keeper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement