Skip to content

Commit 85ba14c

Browse files
committed
Remove valgrind from tox for now
We have larger problems, also it's probably libnl that creates false positives See https://github.com/fedora-python/python-ethtool/blob/3de6a7e207e56d343dddcf0c3f856fb292eb631e/Makefile#L38
1 parent f3447f7 commit 85ba14c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ addons:
1010
- libc6-dev
1111
- libnl-3-dev
1212
- libnl-route-3-dev
13-
- valgrind
1413
cache:
1514
directories:
1615
- $HOME/.cache/pip

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[tox]
22
envlist = py27,py35,py36
33
[testenv]
4-
whitelist_externals = valgrind
54
commands=
65
python tests/parse_ifconfig.py -v
76
python -m unittest discover -v
8-
valgrind --leak-check=full python tests/test_ethtool.py
97
# Run all the above commands, don't worry it reports failure anyway
108
ignore_errors = True

0 commit comments

Comments
 (0)