Skip to content

Commit 48d27b9

Browse files
committed
Remove pytest-pycodestyle dependency.
The pytest-pycodestyle package is now a Python 3.6+ dependency, so it will fail on 3.5. But even so, we don't need it, as flake8 (already ran as part of pre-commit) already runs codestyle.
1 parent eff7d67 commit 48d27b9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ install:
1717
- pip install .[dev]
1818

1919
script:
20-
- py.test -vvv --pycodestyle --cov=pcapng --cov-report=term-missing tests
20+
- py.test -vvv --cov=pcapng --cov-report=term-missing tests

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dev =
3131
pre-commit
3232
pytest>=5.4
3333
pytest-cov
34-
pytest-pycodestyle
3534
setuptools_scm[toml]
3635
sphinx
3736
sphinx-rtd-theme

0 commit comments

Comments
 (0)