Skip to content

Commit da61e1d

Browse files
rupa deadwylerrupa
authored andcommitted
pytest v6 deprecations
new release of pytest makes some deprecation warnings into errors we were getting one from the pytest-pep8 dependency since we've set up linting via gh actions it seemed reasonable just to ditch the dependency
1 parent 9ed3cbd commit da61e1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ skip_missing_interpreters = True
55
[testenv]
66
deps=
77
pytest
8-
pytest-pep8
98
pytest-cov
109

1110
commands=
12-
py.test --ignore=build --pep8 -v --cov=ns1 --cov-report=term tests
11+
py.test --ignore=build -v --cov=ns1 --cov-report=term tests
1312

1413
[testenv:py27]
1514
deps=

0 commit comments

Comments
 (0)