treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
This commit is contained in:
@@ -66,7 +66,6 @@ python3Packages.buildPythonApplication rec {
|
||||
mock
|
||||
pytest
|
||||
pytest-mock
|
||||
pytestpep8
|
||||
xvfb_run
|
||||
];
|
||||
|
||||
@@ -95,7 +94,7 @@ python3Packages.buildPythonApplication rec {
|
||||
# skip tests in invocation that handle paths that
|
||||
# aren't nix friendly (i think)
|
||||
xvfb-run -s '-screen 0 1024x768x16' \
|
||||
pytest -k 'not TestPath and not test_handle_key_press_event' --pep8 tests
|
||||
pytest -k 'not TestPath and not test_handle_key_press_event' tests
|
||||
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user