File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525install :
2626 - if [[ "$TEST_SOCKETCAN" ]]; then sudo bash test/open_vcan.sh ; fi
2727 - travis_retry pip install .[test]
28+ - pip freeze
2829
2930script :
3031 - |
Original file line number Diff line number Diff line change 77
88from __future__ import absolute_import
99
10+ import platform
1011from os import listdir
1112from os .path import isfile , join
1213import re
3132
3233tests_require = [
3334 'mock~=2.0' ,
34- 'pytest~=4.3 ' ,
35+ 'pytest~=4.6 ' ,
3536 'pytest-timeout~=1.3' ,
3637 'pytest-cov~=2.8' ,
3738 # coveragepy==5.0 fails with `Safety level may not be changed inside a transaction`
5354needs_pytest = {"pytest" , "test" , "ptr" }.intersection (sys .argv )
5455pytest_runner = ["pytest-runner" ] if needs_pytest else []
5556
56-
5757setup (
5858 # Description
5959 name = "python-can" ,
You can’t perform that action at this time.
0 commit comments